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

Unified Diff: .travis.yml

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged 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 | bin/dartdevc.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 c66dc4cdd0b5bc409fcb4983a12ee1ad98adf710..95fbd0c25afd2e7dd475960b55db6a65ee8ab54d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,15 +19,12 @@ before_script:
script:
- if [[ -z "$TEST" ]]; then ./tool/presubmit.sh ; fi
- if [[ "$TEST" == coverage ]]; then ./tool/build_sdk.sh && ./tool/coverage.sh ; fi
- - if [[ "$TEST" == transformer ]]; then ./tool/transformer_test.sh ; fi
- if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
env:
- ANALYZER=stable
- ANALYZER=master
- TEST=coverage
- - TEST=transformer
- TEST=node
matrix:
allow_failures:
- env: ANALYZER=master
- - env: TEST=transformer
« no previous file with comments | « no previous file | bin/dartdevc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698