Skip to content

Commit

Permalink
🎉 🎉 🎉 update: travis test (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvc12 authored Jul 6, 2020
1 parent 10475b0 commit e16c6fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ addons:
packages:
- libstdc++6
before_script:
- git clone https://github.com/flutter/flutter.git -b v1.9.1+hotfix.6
- git clone --single-branch https://github.com/flutter/flutter.git -b beta
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter doctor
- flutter config --enable-web
script:
- cd admin_app
- flutter test
Expand Down

0 comments on commit e16c6fa

Please sign in to comment.