travis update

This commit is contained in:
Luke Freeman 2018-07-21 18:46:09 -07:00
parent f72d36bdf0
commit ad93ef6711
1 changed files with 4 additions and 1 deletions

View File

@ -21,9 +21,12 @@ matrix:
- env: FLUTTER_VERSION=dev
before_script:
- pwd
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
script:
- pwd
- ./flutter/bin/flutter test --coverage
after_success:
- bash <(curl -s https://codecov.io/bash) -t $CODE_COV_TOKEN