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

Unified Diff: .travis.yml

Issue 1054283004: Disable karma on travis (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 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 | karma.conf.js » ('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 acf7f4404944fb87694a2bc1125a035d5cba24eb..9029f88587540fbdd0739c5f39a1585fe9455f5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,6 @@ dart:
- stable
before_install:
- pub global activate dart_coveralls
- - export CHROME_BIN=chromium-browser
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
-before_script:
- - npm install
script:
- ./tool/presubmit.sh
- - ./node_modules/karma/bin/karma start --single-run
- ./tool/coverage.sh
« no previous file with comments | « no previous file | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698