Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 63d875b

Browse files
authored
Run Travis CI tests on Dart stable branch (#233)
Tests were switched to dev branch prior to Dart 2.0 going stable in order to ensure compatibility with Dart 2. Now that Dart 2 has gone stable, migrate back to stable branch to avoid failures due to VM/SDK bugs.
1 parent ffa3166 commit 63d875b

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
@@ -1,6 +1,6 @@
11
language: dart
22
dart:
3-
- dev
3+
- stable
44
install:
55
- gem install coveralls-lcov
66
script: ./tool/travis.sh

0 commit comments

Comments
 (0)