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

Unified Diff: third_party/pkg/angular/.travis.yml

Issue 256553002: Revert "Update all Angular libs (run update_all.sh)." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « third_party/pkg/angular/.gitmodules ('k') | third_party/pkg/angular/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/.travis.yml
diff --git a/third_party/pkg/angular/.travis.yml b/third_party/pkg/angular/.travis.yml
index a9c52d02cb1ebe5d131f76a869597709c6593a18..eea34b807e3f8615188675b15a94a8f15d1246dd 100644
--- a/third_party/pkg/angular/.travis.yml
+++ b/third_party/pkg/angular/.travis.yml
@@ -1,51 +1,35 @@
language: node_js
node_js:
-- "0.11"
-addons:
- firefox: "28.0"
+ - 0.10
+
env:
matrix:
- - JOB=unit-stable
- CHANNEL=stable
- TESTS=vm
- - JOB=unit-dev
- CHANNEL=dev
- TESTS=vm
- - JOB=unit-stable
- CHANNEL=stable
- TESTS=dart2js
- - JOB=unit-dev
- CHANNEL=DEV
- TESTS=dart2js
+ - JOB=unit-stable
+ - JOB=unit-dev
global:
- - CHROME_BIN=/usr/bin/google-chrome
- - secure: "ZSUCLuDjvKEFmgjAd3GpUNCNkdjE66dEIiBfW+EfN0dv2+QHx/MHL4hRyKk2qbGjCr/suR9JWgmNE+Yu1A4fwzcYN52ehgyoLUCTL9YDk+XkFdFWpnjJ8364TDcDuJA0oxwcqJ9E3XUPv6sq1mbcX6DlkPKco7ZT8TLtGmd0nGA="
-
-# Don't test these branches.
-branches:
- except:
- - g3v1x
+ - CHROME_BIN=/usr/bin/google-chrome
before_install:
-- export DISPLAY=:99.0
-- ./scripts/travis/install.sh
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
+ - "sudo apt-get update -qq"
+ - "sudo apt-get install -qq unzip chromium-browser"
+ - "sudo apt-get install libxss1"
+ - "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
+ - "sudo dpkg -i google-chrome*.deb"
+ - "sudo chmod u+s /opt"
+
+
before_script:
-- ./scripts/travis/setup.sh
+ - ./scripts/travis/setup.sh
+
script:
-- ./scripts/travis/build.sh
-after_success:
-- ./scripts/travis/publish-docs.sh
-- curl -o travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
-- python travis_after_all.py
-- export $(cat .to_export_back)
-- |
- if [ "$BUILD_LEADER" = "YES" ]; then
- if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
- echo "All Succeded! Submitting..."
- ./scripts/travis/presubmit.sh
- else
- echo "Some Failed, not submitting"
- fi
- else
- echo "Other builds have not finished, not submitting"
- fi
+ - ./scripts/travis/build.sh
+
+notifications:
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/87ec780e74ca131d4929
+ on_success: change # options: [always|never|change] default: always
+ on_failure: always # options: [always|never|change] default: always
+ on_start: false # default: false
« no previous file with comments | « third_party/pkg/angular/.gitmodules ('k') | third_party/pkg/angular/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698