We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10475b0 commit e16c6faCopy full SHA for e16c6fa
.travis.yml
@@ -9,9 +9,10 @@ addons:
9
packages:
10
- libstdc++6
11
before_script:
12
- - 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
13
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
14
- flutter doctor
15
+ - flutter config --enable-web
16
script:
17
- cd admin_app
18
- flutter test
0 commit comments