Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Apr 13, 2016
1 parent 5a35c20 commit 070e343
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
sudo: false
sudo: required
before_script:
- npm install -g bower polylint web-component-tester
- bower install
Expand All @@ -8,18 +8,16 @@ env:
global:
- secure: wz9Lv8ap0neme5w4cfbn8pXZoderSVb6hHd7tSCnO7JE94P06Qoh8tqMAd2enXkY3fHxBVVy75dKqOAEFai+HX7Heazl/id7PkTrImnOIXmdC1RX8AJTAuXgFO1RtIoBA8RgCiQzuwvwHL+mp08G6gG12cjYBYdofWcWc4OeUYc=
- secure: tHmA3RiboWGxMD7esoy/E600eoECK7RDysv0cFqcb2JD5E7Lv7iriqsRszEQa/VElbSxY6RdC505XmBmSpANi3TMVt7OYGzfRpqrh3ARzWMS+s3sz/bRFp6drsBMqTQ+Pl65EVBged7gK3aiwUFWI8dZsMocV+L3y5157sNMyOg=
- CXX=g++-4.8
node_js: stable
addons:
firefox: latest
apt:
sources:
- google-chrome
- ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- g++-4.8
sauce_connect: true
script:
- 'true || xvfb-run wct'
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then true || wct -s 'default'; fi"
dist: trusty

0 comments on commit 070e343

Please sign in to comment.