Skip to content

Commit e16c6fa

Browse files
authored
🎉 🎉 🎉 update: travis test (#36)
1 parent 10475b0 commit e16c6fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ addons:
99
packages:
1010
- libstdc++6
1111
before_script:
12-
- git clone https://github.com/flutter/flutter.git -b v1.9.1+hotfix.6
12+
- git clone --single-branch https://github.com/flutter/flutter.git -b beta
1313
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
1414
- flutter doctor
15+
- flutter config --enable-web
1516
script:
1617
- cd admin_app
1718
- flutter test

0 commit comments

Comments
 (0)