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

Side by Side Diff: .travis.yml

Issue 1772993004: Allow failure on transformer bot (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 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 12 matching lines...) Expand all
23 - if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi 23 - if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
24 env: 24 env:
25 - ANALYZER=stable 25 - ANALYZER=stable
26 - ANALYZER=master 26 - ANALYZER=master
27 - TEST=coverage 27 - TEST=coverage
28 - TEST=transformer 28 - TEST=transformer
29 - TEST=node 29 - TEST=node
30 matrix: 30 matrix:
31 allow_failures: 31 allow_failures:
32 - env: ANALYZER=master 32 - env: ANALYZER=master
33 - env: TEST=transformer
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