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 b49aa83 commit dfe8853Copy full SHA for dfe8853
.travis.yml
@@ -7,12 +7,11 @@ language: dart
7
8
dart:
9
- dev
10
+- stable
11
12
# See https://docs.travis-ci.com/user/languages/dart/ for details.
13
dart_task:
-- test: --platform vm
14
-# Uncomment this line to run tests on the browser.
15
-# - test: --platform firefox
+ - test
16
17
# Only run one instance of the formatter and the analyzer, rather than running
18
# them against each Dart version.
pubspec.yaml
@@ -11,4 +11,4 @@ dependencies:
meta: '>=0.9.0 <2.0.0'
dev_dependencies:
- test: '^0.12.28'
+ test: ^1.0.0
0 commit comments