travis.yaml
412 Bytes
language: bash
os:
- osx
env:
- FLUTTER_CHANNEL="stable"
- FLUTTER_CHANNEL="master"
sudo: false
before_script:
- cd ..
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_CHANNEL
- export PATH=$PATH:$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin
- cd -
- flutter doctor
script:
- set -e
- ./ci/drive.sh
matrix:
fast_finish: true
cache:
directories:
- $HOME/.pub-cache