Skip to content

Commit a1cc548

Browse files
committed
update travis.yml to stop running on dev due to dart-lang/pub#1416
1 parent 5687c19 commit a1cc548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: dart
22

33
dart:
4-
- dev
4+
# TODO(jakemac): https://github.com/dart-lang/pub/issues/1416
5+
# - dev
56
- stable
67

78
script: ./tool/travis.sh

0 commit comments

Comments
 (0)