We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8fe49 commit 4badb49Copy full SHA for 4badb49
.travis.yml
@@ -8,9 +8,8 @@ addons:
8
- ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
9
packages:
10
- libstdc++6
11
- - fonts-droid
12
before_script:
13
- - git clone https://github.com/flutter/flutter.git -b beta
+ - git clone https://github.com/flutter/flutter.git -b v1.9.1+hotfix.6
14
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
15
- flutter doctor
16
script:
0 commit comments