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

Side by Side Diff: .travis.yml

Issue 2974413002: Allow FF to fail on travis (Closed)
Patch Set: Created 3 years, 5 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 # TODO(vsm): We don't get much value from this for DDC & it eats up travis 81 # TODO(vsm): We don't get much value from this for DDC & it eats up travis
82 # cycles. Consider adding back at some point to test the built dartdevc 82 # cycles. Consider adding back at some point to test the built dartdevc
83 # snapshot. 83 # snapshot.
84 # - ANALYZER=master CXX=clang++ 84 # - ANALYZER=master CXX=clang++
85 - TEST=coverage 85 - TEST=coverage
86 - TEST=package 86 - TEST=package
87 matrix: 87 matrix:
88 allow_failures: 88 allow_failures:
89 - env: ANALYZER=master CXX=clang++ 89 - env: ANALYZER=master CXX=clang++
90 - env: ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis 90 - env: ANALYZER=master DDC_BROWSERS=ChromeCanaryTravis
91 - env: ANALYZER=master DDC_BROWSERS=Firefox
91 notifications: 92 notifications:
92 email: 93 email:
93 recipients: 94 recipients:
94 - dev-compiler+buildbot@dartlang.org 95 - dev-compiler+buildbot@dartlang.org
95 on_failure: change 96 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