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

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

Issue 257423008: 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 unified diff | Download patch | Annotate | Revision Log
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 - ./test/scripts/travis-setup.sh 24 - ./scripts/travis-setup.sh
25 25
26 script: 26 script:
27 - ./test/scripts/travis-build.sh 27 - ./scripts/travis-build.sh
OLDNEW
« no previous file with comments | « third_party/pkg/js/test/js_wrapping/browser_tests.html ('k') | third_party/pkg/route_hierarchical/REVISION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698