Skip to content

Commit 01472fe

Browse files
authored
Update .travis.yml
1 parent 6803c63 commit 01472fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ before_script:
1717
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
1818
- ./flutter/bin/flutter doctor
1919
script:
20-
- pub get
21-
- pub upgrade
20+
- ./flutter/bin/flutter packages get
2221
- ./flutter/bin/flutter test --coverage
2322
after_success:
2423
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)