Skip to content

Commit dfe8853

Browse files
kevmoonex3
authored andcommitted
Update .travis.yml (flutter#9)
1 parent b49aa83 commit dfe8853

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ language: dart
77

88
dart:
99
- dev
10+
- stable
1011

1112
# See https://docs.travis-ci.com/user/languages/dart/ for details.
1213
dart_task:
13-
- test: --platform vm
14-
# Uncomment this line to run tests on the browser.
15-
# - test: --platform firefox
14+
- test
1615

1716
# Only run one instance of the formatter and the analyzer, rather than running
1817
# them against each Dart version.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
meta: '>=0.9.0 <2.0.0'
1212

1313
dev_dependencies:
14-
test: '^0.12.28'
14+
test: ^1.0.0

0 commit comments

Comments
 (0)