Skip to content

Commit

Permalink
update ci and use chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Kirwan committed Sep 30, 2017
1 parent 44f997e commit daf485c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
dist: trusty

language: node_js
node_js:
- "4"
- "6.11"

sudo: false

cache:
directories:
- node_modules

addons:
chrome: stable

before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version

install:
- npm install
Expand Down

0 comments on commit daf485c

Please sign in to comment.