Skip to content

Commit ee3206b

Browse files
author
Ændrew Rininsland
committed
Making Travis work with PhantomJS2
1 parent fac1911 commit ee3206b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ script:
1010
- npm test
1111
- mocha test/ --timeout=60000
1212
- npm run-script codecov
13+
14+
before_script:
15+
- npm install -g phantomjs2

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"karma-mocha": "^0.2.0",
2727
"karma-mocha-reporter": "^1.1.1",
2828
"karma-phantomjs2-launcher": "^0.3.2",
29-
"mocha": "^2.3.3",
30-
"phantomjs": "^1.9.18"
29+
"mocha": "^2.3.3"
3130
},
3231
"scripts": {
3332
"test": "gulp test && gulp lint",

test/gh.png

4.18 KB
Loading

0 commit comments

Comments
 (0)