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

Unified Diff: packages/usage/.travis.yml

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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/.gitignore ('k') | packages/usage/changelog.md » ('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 d1eaab099189b41b6c127bcd08453b5ed63b7300..75b3aac0ac18e7e9e8f73326ff5c5fffee535699 100644
--- a/packages/usage/.travis.yml
+++ b/packages/usage/.travis.yml
@@ -1,14 +1,12 @@
language: dart
-before_install:
- - "export CHROME_ARGS=--no-sandbox"
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
-script: ./tool/travis.sh
-
-# Use container based builds; enable caching.
+dart:
+ - stable
+ - dev
sudo: false
-cache:
- apt: true
- directories:
- - .pub
- - .pub-cache
+
+# 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/.gitignore ('k') | packages/usage/changelog.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698