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

Unified Diff: .travis.yml

Issue 1896743002: Add travis-ci support (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: run in sandbox Created 4 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 | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fccdfe3c01b25b67897207e2b8cd58ae81bc1ea3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+sudo: required
+# Chrome is no longer supported on Ubuntu Precise (12.04), so use Trusty (14.04).
+dist: trusty
+
+language: java
+before_install: git log --oneline -n 5
+install:
+ - sudo ./install-build-deps.sh
+script:
+ # Use system python for protobuf package.
+ - export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ - ant test -Dtest.shuffle=1 -Dtest.repeat=10
+ - ant package
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698