Skip to content

Commit 8b0565d

Browse files
authored
Unpin dev SDK in travis (#97)
dart-lang/sdk#31940 is fixed!
1 parent e4007ad commit 8b0565d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Created with https://github.com/dart-lang/mono_repo
22
language: dart
33

4-
# Unpin SDK after https://github.com/dart-lang/sdk/issues/31940
54
dart:
6-
- "dev/release/2.0.0-dev.17.0"
5+
- dev
76

87
env:
98
- PKG=example TASK=dartanalyzer

0 commit comments

Comments
 (0)