Skip to content

Commit daf485c

Browse files
author
Anthony Kirwan
committed
update ci and use chrome
1 parent 44f997e commit daf485c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
---
2+
dist: trusty
3+
24
language: node_js
35
node_js:
4-
- "4"
6+
- "6.11"
57

68
sudo: false
79

810
cache:
911
directories:
1012
- node_modules
1113

14+
addons:
15+
chrome: stable
16+
1217
before_install:
18+
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
1319
- npm config set spin false
1420
- npm install -g bower
1521
- bower --version
16-
- npm install phantomjs-prebuilt
17-
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
1822

1923
install:
2024
- npm install

0 commit comments

Comments
 (0)