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

Unified Diff: packages/usage/.travis.yml

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/usage/.project ('k') | packages/usage/analysis_options.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/usage/.travis.yml
diff --git a/packages/usage/.travis.yml b/packages/usage/.travis.yml
index 96ba4fc85f910dd584c5231276e270a27730474d..75b3aac0ac18e7e9e8f73326ff5c5fffee535699 100644
--- a/packages/usage/.travis.yml
+++ b/packages/usage/.travis.yml
@@ -1,4 +1,12 @@
language: dart
-dart: dev
+dart:
+ - stable
+ - dev
sudo: false
+
+# before_install:
+# - "export CHROME_ARGS=--no-sandbox"
+# - "export DISPLAY=:99.0"
+# - "sh -e /etc/init.d/xvfb start"
+
script: ./tool/travis.sh
« no previous file with comments | « packages/usage/.project ('k') | packages/usage/analysis_options.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698