Skip to content

Commit 88f7569

Browse files
committed
remove alpha branch from travis
1 parent 6a7ac42 commit 88f7569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
- libstdc++6
1010
- fonts-droid
1111
before_script:
12-
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
12+
- git clone https://github.com/flutter/flutter.git --depth 1
1313
- ./flutter/bin/flutter doctor
1414
script:
1515
- ./flutter/bin/flutter test --coverage --coverage-path=lcov.info

0 commit comments

Comments
 (0)