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

Unified Diff: pkg/dev_compiler/.travis.yml

Issue 2316983003: configure travis notifications for DDC, take 2 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/.travis.yml
diff --git a/pkg/dev_compiler/.travis.yml b/pkg/dev_compiler/.travis.yml
deleted file mode 100644
index 741051b0b47861df3474b8095e148a3043fbfa80..0000000000000000000000000000000000000000
--- a/pkg/dev_compiler/.travis.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-language: dart
-sudo: false
-dart:
- - dev
-cache:
- directories:
- - $HOME/.npm
- - $HOME/.nvm
- - $HOME/.pub-cache/hosted
- - node_modules
-before_install:
- - test "$ANALYZER" != master -a "$ANALYZER" != dev || ./tool/override_analyzer_dependency.sh $ANALYZER
- - pub global activate dart_coveralls
- - export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
-before_script:
- - nvm install 5.5.0
- - npm install
-script:
- - if [[ -z "$TEST" ]]; then ./tool/presubmit.sh ; fi
- - if [[ "$TEST" == coverage ]]; then ./tool/build_sdk.sh && ./tool/coverage.sh ; fi
- - if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
-env:
- - ANALYZER=stable
- - ANALYZER=master
- - ANALYZER=dev
- - TEST=coverage
- - TEST=node
-matrix:
- allow_failures:
- - env: ANALYZER=master
- - env: TEST=node
-notifications:
- email:
- recipients:
- - dart-dc-team+buildbot@google.com
- on_failure: change
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698