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

Side by Side Diff: .travis.yml

Issue 2362213003: Allow full builds to fail on travis for now (Closed)
Patch Set: Created 4 years, 3 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 sudo: required 2 sudo: required
3 dist: trusty 3 dist: trusty
4 dart: 4 dart:
5 - dev 5 - dev
6 cache: 6 cache:
7 directories: 7 directories:
8 - $HOME/.npm 8 - $HOME/.npm
9 - $HOME/.nvm 9 - $HOME/.nvm
10 - $HOME/.pub-cache/hosted 10 - $HOME/.pub-cache/hosted
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 - ANALYZER=master DDC_BROWSERS=Firefox 63 - ANALYZER=master DDC_BROWSERS=Firefox
64 - ANALYZER=master CXX=g++ 64 - ANALYZER=master CXX=g++
65 - ANALYZER=master CXX=clang++ 65 - ANALYZER=master CXX=clang++
66 - TEST=coverage 66 - TEST=coverage
67 - TEST=node 67 - TEST=node
68 matrix: 68 matrix:
69 allow_failures: 69 allow_failures:
70 - env: TEST=node 70 - env: TEST=node
71 - env: ANALYZER=master DDC_BROWSERS=Firefox 71 - env: ANALYZER=master DDC_BROWSERS=Firefox
72 - env: ANALYZER=master CXX=clang++ 72 - env: ANALYZER=master CXX=clang++
73 - env: ANALYZER=master CXX=g++
73 notifications: 74 notifications:
74 email: 75 email:
75 recipients: 76 recipients:
76 - dev-compiler+buildbot@dartlang.org 77 - dev-compiler+buildbot@dartlang.org
77 on_failure: change 78 on_failure: change
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