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

Side by Side Diff: pkg/dev_compiler/.travis.yml

Issue 2317933002: configure travis notifications for DDC (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: false 2 sudo: false
3 dart: 3 dart:
4 - dev 4 - dev
5 cache: 5 cache:
6 directories: 6 directories:
7 - $HOME/.npm 7 - $HOME/.npm
8 - $HOME/.nvm 8 - $HOME/.nvm
9 - $HOME/.pub-cache/hosted 9 - $HOME/.pub-cache/hosted
10 - node_modules 10 - node_modules
(...skipping 13 matching lines...) Expand all
24 env: 24 env:
25 - ANALYZER=stable 25 - ANALYZER=stable
26 - ANALYZER=master 26 - ANALYZER=master
27 - ANALYZER=dev 27 - ANALYZER=dev
28 - TEST=coverage 28 - TEST=coverage
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=node 33 - env: TEST=node
34 notifications:
35 email:
36 recipients:
37 - dart-dc-team+buildbot@google.com
38 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