blob: 9ac6cd490c2f91855ff33c0ffffd3d0f2e2e47d5 [file] [log] [blame]
os:
- linux
sudo: false
addons:
apt:
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
sources:
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
packages:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git -b beta --depth 1
- export PATH=$PATH:$(pwd)/flutter/bin
- export FLUTTER_HOME=$(pwd)/flutter
- flutter doctor
script: ./tool/travis.sh
cache:
directories:
- $HOME/.pub-cache