Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: .travis.yml

Issue 2836153003: Updated pubspec sdk to match that used by Travis CI (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..60ab2485ade179cdf1fce8bc0e897b3430133496
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: dart
+sudo: false
+
+os:
+ - linux
+ - osx
+
+dart:
+ - dev
+# TODO(bkonyi) enable testing on stable Dart SDK after 1.24 is released.
+# - stable
+
+dart_task:
+ - test: -p vm
+ - dartfmt
+ - dartanalyzer
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698