Skip to content

Commit

Permalink
Use latest node on travis beta. Install chrome.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 24, 2016
1 parent 9cf4976 commit 5263fa2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
sudo: required
dist: trusty
language: node_js
node_js:
- "4"
- "node"
addons:
# From some tests it seems you can only have one firefox addon.
# Adding two results in the last one defined being the one installed.
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_install:
- sudo apt-get update -qq
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- npm install -g web-component-tester
- npm install -g bower
- bower install
script:
- wct -l chrome .
- wct --skip-plugin sauce --plugin local -l chrome

0 comments on commit 5263fa2

Please sign in to comment.