A simpler travis config

Most of the config work pushed to wct
This commit is contained in:
Daniel Freedman 2015-10-20 17:12:53 -07:00
parent ce2c2ce6c8
commit 3338b6713b

View File

@ -3,7 +3,7 @@ sudo: false
matrix: matrix:
include: include:
- node_js: stable - node_js: stable
script: xvfb-run -a wct --simpleOutput -l firefox -l chrome script: xvfb-run wct
addons: addons:
firefox: latest firefox: latest
apt: apt:
@ -15,11 +15,10 @@ matrix:
script: script:
- | - |
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
wct --simpleOutput -s 'Windows 10/microsoftedge' -s 'Windows 8.1/internet explorer@11' -s 'Windows 7/internet explorer@10' -s 'OS X 10.10/safari@8' -s 'OS X 10.9/safari@7' wct -s 'default'
fi fi
before_script: before_script:
- npm install bower - npm install bower
- npm install web-component-tester
- export PATH=$PWD/node_modules/.bin:$PATH - export PATH=$PWD/node_modules/.bin:$PATH
- bower install - bower install
env: env: