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

Unified Diff: .travis.yml

Issue 2669623002: Use bleeding edge analyzer to analyze DDC (Closed)
Patch Set: Created 3 years, 11 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 | pkg/dev_compiler/tool/analyze.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 7e4d785512ae7ce3cb6d6d60d49f058e5bac5b62..24d69ac3b138cba37a7bac60d4a482417e0f8997 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,10 @@ env:
- ANALYZER=master
- ANALYZER=master DDC_BROWSERS=Firefox
- ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
- - ANALYZER=master CXX=clang++
+ # TODO(vsm): We don't get much value from this for DDC & it eats up travis
+ # cycles. Consider adding back at some point to test the built dartdevc
+ # snapshot.
+ # - ANALYZER=master CXX=clang++
- TEST=coverage
- TEST=package
matrix:
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/analyze.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698