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

Side by Side Diff: third_party/pkg/angular/.travis.yml

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « pkg/third_party/angular_tests/vm_test.dart ('k') | third_party/pkg/angular/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 language: node_js 1 language: node_js
2 node_js: 2 node_js:
3 - 0.10 3 - 0.10
4 4
5 env: 5 env:
6 matrix: 6 matrix:
7 - JOB=unit-stable 7 - JOB=unit-stable
8 - JOB=unit-dev 8 - JOB=unit-dev
9 global: 9 global:
10 - CHROME_BIN=/usr/bin/google-chrome 10 - CHROME_BIN=/usr/bin/google-chrome
11 11
12 before_install: 12 before_install:
13 - "export DISPLAY=:99.0" 13 - "export DISPLAY=:99.0"
14 - "sh -e /etc/init.d/xvfb start" 14 - "sh -e /etc/init.d/xvfb start"
15 - "sudo apt-get update -qq" 15 - "sudo apt-get update -qq"
16 - "sudo apt-get install -qq unzip chromium-browser" 16 - "sudo apt-get install -qq unzip chromium-browser"
17 - "sudo apt-get install libxss1" 17 - "sudo apt-get install libxss1"
18 - "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64. deb" 18 - "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64. deb"
19 - "sudo dpkg -i google-chrome*.deb" 19 - "sudo dpkg -i google-chrome*.deb"
20 - "sudo chmod u+s /opt" 20 - "sudo chmod u+s /opt"
21 21
22 22
23 before_script: 23 before_script:
24 - ./scripts/travis/setup.sh 24 - ./scripts/travis/setup.sh
25 25
26 script: 26 script:
27 - ./scripts/travis/build.sh 27 - ./scripts/travis/build.sh
28
29 notifications:
30 webhooks:
31 urls:
32 - https://webhooks.gitter.im/e/87ec780e74ca131d4929
33 on_success: change # options: [always|never|change] default: always
34 on_failure: always # options: [always|never|change] default: always
35 on_start: false # default: false
OLDNEW
« no previous file with comments | « pkg/third_party/angular_tests/vm_test.dart ('k') | third_party/pkg/angular/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698