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

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

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « third_party/pkg/angular/.gitignore ('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
(Empty)
1 language: node_js
2 node_js:
3 - 0.10
4
5 env:
6 matrix:
7 - JOB=unit-stable
8 - JOB=unit-dev
9 global:
10 - CHROME_BIN=/usr/bin/google-chrome
11
12 before_install:
13 - "export DISPLAY=:99.0"
14 - "sh -e /etc/init.d/xvfb start"
15 - "sudo apt-get update -qq"
16 - "sudo apt-get install -qq unzip chromium-browser"
17 - "sudo apt-get install libxss1"
18 - "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64. deb"
19 - "sudo dpkg -i google-chrome*.deb"
20 - "sudo chmod u+s /opt"
21
22
23 before_script:
24 - ./scripts/travis/setup.sh
25
26 script:
27 - ./scripts/travis/build.sh
OLDNEW
« no previous file with comments | « third_party/pkg/angular/.gitignore ('k') | third_party/pkg/angular/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698