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

Unified Diff: .travis.yml

Issue 2203583004: Test against dev version of analyzer on travis (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 4 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 | tool/override_analyzer_dependency.sh » ('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
index 266f507f8b5dfd52c11a326310eaa955ba2d9046..f3e18ad7add78a063ae47ef687f99abf5dce9a49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ cache:
- $HOME/.pub-cache/hosted
- node_modules
before_install:
- - test "$ANALYZER" != master || ./tool/override_analyzer_dependency.sh
+ - test "$ANALYZER" != master -a "$ANALYZER" != dev || ./tool/override_analyzer_dependency.sh $ANALYZER
- pub global activate dart_coveralls
- export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
- export DISPLAY=:99.0
@@ -23,9 +23,11 @@ script:
env:
- ANALYZER=stable
- ANALYZER=master
+ - ANALYZER=dev
- TEST=coverage
- TEST=node
matrix:
allow_failures:
- env: ANALYZER=master
+ - env: ANALYZER=dev
- env: TEST=node
« no previous file with comments | « no previous file | tool/override_analyzer_dependency.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698