Skip to content

Commit 4badb49

Browse files
authored
Fix travis test (#26) 🎉 🎉
1 parent cd8fe49 commit 4badb49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ addons:
88
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
99
packages:
1010
- libstdc++6
11-
- fonts-droid
1211
before_script:
13-
- git clone https://github.com/flutter/flutter.git -b beta
12+
- git clone https://github.com/flutter/flutter.git -b v1.9.1+hotfix.6
1413
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
1514
- flutter doctor
1615
script:

0 commit comments

Comments
 (0)