We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ac42 commit 88f7569Copy full SHA for 88f7569
.travis.yml
@@ -9,7 +9,7 @@ addons:
9
- libstdc++6
10
- fonts-droid
11
before_script:
12
- - git clone https://github.com/flutter/flutter.git -b alpha --depth 1
+ - git clone https://github.com/flutter/flutter.git --depth 1
13
- ./flutter/bin/flutter doctor
14
script:
15
- ./flutter/bin/flutter test --coverage --coverage-path=lcov.info
0 commit comments