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

Unified Diff: .travis.yml

Issue 1808123006: Tweaks to compile against latest analyzer. Also changes the travis (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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 | lib/src/codegen/js_codegen.dart » ('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 95fbd0c25afd2e7dd475960b55db6a65ee8ab54d..e3743558b3316f3c4ee893c4e3ef65113b0669a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ cache:
- $HOME/.pub-cache/hosted
- node_modules
before_install:
- - test "$ANALYZER" == stable || ./tool/override_analyzer_dependency.sh
+ - test "$ANALYZER" != master || ./tool/override_analyzer_dependency.sh
Leaf 2016/03/18 23:54:39 The previous test fired the dependency override wh
- pub global activate dart_coveralls
- export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
- export DISPLAY=:99.0
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698