Chromium Code Reviews

Side by Side Diff: polymer_0.5.0/bower_components/web-animations-js/.travis.yml

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 language: node_js
2
3 node_js:
4 - "0.10"
5
6 install:
7 - BROWSER="Firefox-aurora" ./.travis-setup.sh
8
9 before_script:
10 - export DISPLAY=:99.0
11 - sh -e /etc/init.d/xvfb start
OLDNEW

Powered by Google App Engine