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

Unified Diff: .travis.yml

Issue 1042863004: tweaks to build/test scripts (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | test/test.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 d4986eee640cac493909c1dcca2938850a90202b..9029f88587540fbdd0739c5f39a1585fe9455f5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,6 @@ dart:
- stable
before_install:
- pub global activate dart_coveralls
-script: ./tool/travis.sh
+script:
+ - ./tool/presubmit.sh
+ - ./tool/coverage.sh
« no previous file with comments | « no previous file | test/test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698