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

Side by Side Diff: .travis.yml

Issue 2216703002: Enforce green on travis with dev analyzer (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 4 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 11 matching lines...) Expand all
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 - ANALYZER=dev 26 - ANALYZER=dev
27 - TEST=coverage 27 - TEST=coverage
28 - TEST=node 28 - TEST=node
29 matrix: 29 matrix:
30 allow_failures: 30 allow_failures:
31 - env: ANALYZER=master 31 - env: ANALYZER=master
32 - env: ANALYZER=dev
33 - env: TEST=node 32 - 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