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

Side by Side Diff: .travis.yml

Issue 1092213003: Automated runtime tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Travis support 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 unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | karma.conf.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: dart 1 language: dart
2 sudo: false 2 sudo: false
3 dart: 3 dart:
4 - dev 4 - dev
5 - stable 5 - stable
6 before_install: 6 before_install:
7 - pub global activate dart_coveralls 7 - pub global activate dart_coveralls
8 before_script:
9 - npm install
8 script: 10 script:
9 - ./tool/presubmit.sh 11 - ./tool/presubmit.sh
10 - ./tool/coverage.sh 12 - ./tool/coverage.sh
13 - ./node_modules/karma/bin/karma start --single-run --browsers chrome_harmony, chrome_canary_harmony
OLDNEW
« no previous file with comments | « .gitignore ('k') | karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698