Skip to content

Commit

Permalink
Update .travis.yml (#7)
Browse files Browse the repository at this point in the history
Remove the --preview-dart-2 flag from Travis tests
  • Loading branch information
roughike committed Jun 13, 2018
1 parent c7ee951 commit 64b2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_script:
- gem install coveralls-lcov

script:
- ./flutter/bin/flutter test --preview-dart-2 --coverage
- ./flutter/bin/flutter test --coverage

after_success:
- coveralls-lcov coverage/lcov.info
Expand Down

0 comments on commit 64b2fbf

Please sign in to comment.