We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84caa4 commit 31b276aCopy full SHA for 31b276a
1 file changed
.travis.yml
@@ -1,5 +1,9 @@
1
+sudo: required
2
+addons:
3
+ chrome: stable
4
+
5
language: dart
6
dart:
- # - stable # there's no Dart 2 on the stable channel yet
- - dev
7
+# - stable # there's no Dart 2 on the stable channel yet
8
+- dev
9
script: ./tool/presubmit.sh
0 commit comments