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

Side by Side Diff: .travis.yml

Issue 1971443005: <track> should not have end tags (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | javatests/org/chromium/distiller/DomUtilTest.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 sudo: required 1 sudo: required
2 # Chrome is no longer supported on Ubuntu Precise (12.04), so use Trusty (14.04) . 2 # Chrome is no longer supported on Ubuntu Precise (12.04), so use Trusty (14.04) .
3 dist: trusty 3 dist: trusty
4 4
5 language: java 5 language: java
6 before_install: git log --oneline -n 5 6 before_install: git log --oneline -n 5
7 install: 7 install:
8 - sudo ./install-build-deps.sh 8 - sudo ./install-build-deps.sh
9 script: 9 script:
10 # Use system python for protobuf package. 10 # Use system python for protobuf package.
11 - export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 11 - export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
12 - ant test -Dtest.shuffle=1 -Dtest.repeat=10 12 - ant test -Dtest.shuffle=1 -Dtest.repeat=10 -Dtest.filter='-*.WebVideoTest.te stGenerateOutput*:-*.testMakeAllLinksAbsolute'
13 - ant package 13 - ant package
OLDNEW
« no previous file with comments | « no previous file | javatests/org/chromium/distiller/DomUtilTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698