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

Unified Diff: .travis.yml

Issue 1200383004: Revert "Cleanup travis passes" (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 | no next file » | 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
index 6d9277e4bc3772f73fbddb957d2b41667ea4c281..109b64b5a3a4b8394ca2d977285b4b5e041c58a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,15 @@ dart:
- stable
before_install:
- pub global activate dart_coveralls
-install:
- - npm install
- export CHROME_URL=https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64
- export CHROME_REV=$(curl -s ${CHROME_URL}/LAST_CHANGE)
- curl ${CHROME_URL}/${CHROME_REV}/chrome-linux.zip --create-dirs -o out/chrome-linux.zip
- unzip out/chrome-linux.zip -d out
-before_script:
- export CHROME_CANARY_BIN=$PWD/out/chrome-linux/chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+before_script:
+ - npm install
vsm 2015/06/24 17:43:16 This did get us back to green. Perhaps pub instal
script:
- ./tool/presubmit.sh
- ./node_modules/karma/bin/karma start --single-run
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698