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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/angular/.gitignore ('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
new file mode 100644
index 0000000000000000000000000000000000000000..c7e4df57691f1198c287fa99ab1819a9658a69a1
--- /dev/null
+++ b/third_party/pkg/angular/.travis.yml
@@ -0,0 +1,27 @@
+language: node_js
+node_js:
+ - 0.10
+
+env:
+ matrix:
+ - JOB=unit-stable
+ - JOB=unit-dev
+ global:
+ - CHROME_BIN=/usr/bin/google-chrome
+
+before_install:
+ - "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
+
+script:
+ - ./scripts/travis/build.sh
« 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