Skip to content

Commit

Permalink
A simpler travis config
Browse files Browse the repository at this point in the history
Most of the config work pushed to wct
  • Loading branch information
dfreedm committed Oct 21, 2015
1 parent ce2c2ce commit 3338b67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- node_js: stable
script: xvfb-run -a wct --simpleOutput -l firefox -l chrome
script: xvfb-run wct
addons:
firefox: latest
apt:
Expand All @@ -15,11 +15,10 @@ matrix:
script:
- |
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
before_script:
- npm install bower
- npm install web-component-tester
- export PATH=$PWD/node_modules/.bin:$PATH
- bower install
env:
Expand Down

0 comments on commit 3338b67

Please sign in to comment.