Skip to content

Commit 98fe510

Browse files
committed
Bump mocha-phantomjs to latest version
It appears that phantomjs is upgraded to 2.x in travis-ci. `mocha-phantomjs` 2.0.2 however doesn't support phantomjs 2.x. Version 4.1.0 should support this though.
1 parent 4b21f68 commit 98fe510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ before_install:
22
- gem update bundler
33
- 'echo "RUBY_VERSION: $RUBY_VERSION"'
44
before_script:
5-
- npm install -g mocha-phantomjs@2.0.2
5+
- npm install -g mocha-phantomjs@4.1.0
66
- bundle exec rake test_js &> /dev/null &
77
- sleep 5
88
cache: bundler

0 commit comments

Comments
 (0)