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

Side by Side Diff: .travis.yml

Issue 1845423003: Allow node tests to break on travis (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | 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 dart: 2 dart:
3 - dev 3 - dev
4 cache: 4 cache:
5 directories: 5 directories:
6 - $HOME/.npm 6 - $HOME/.npm
7 - $HOME/.nvm 7 - $HOME/.nvm
8 - $HOME/.pub-cache/hosted 8 - $HOME/.pub-cache/hosted
9 - node_modules 9 - node_modules
10 before_install: 10 before_install:
(...skipping 10 matching lines...) Expand all
21 - if [[ "$TEST" == coverage ]]; then ./tool/build_sdk.sh && ./tool/coverage.sh ; fi 21 - if [[ "$TEST" == coverage ]]; then ./tool/build_sdk.sh && ./tool/coverage.sh ; fi
22 - if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi 22 - if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
23 env: 23 env:
24 - ANALYZER=stable 24 - ANALYZER=stable
25 - ANALYZER=master 25 - ANALYZER=master
26 - TEST=coverage 26 - TEST=coverage
27 - TEST=node 27 - TEST=node
28 matrix: 28 matrix:
29 allow_failures: 29 allow_failures:
30 - env: ANALYZER=master 30 - env: ANALYZER=master
31 - env: TEST=node
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698