Skip to content

Commit

Permalink
Updating phantomjs-installer to 2.x. (#292)
Browse files Browse the repository at this point in the history
* Updating phantomjs-installer to 2.x.

* Resolves #223: PhantomJS download failures.
  • Loading branch information
grasmash authored Aug 15, 2016
1 parent 53eca01 commit 9f7ec55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions template/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ language: php
php:
- 5.6

env:
global:
- PHANTOMJS_CDNURL=http://cnpmjs.org/downloads

cache:
bundler: true
apt: true
Expand Down
2 changes: 1 addition & 1 deletion template/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"phpunit/phpunit": "~5.4",
"squizlabs/php_codesniffer": "2.*",
"phing/phing": "dev-master#0ef30e55bb5871cb38903cc0ee9d76074118a22c",
"jakoch/phantomjs-installer": "1.9.8",
"jakoch/phantomjs-installer": "dev-master as 1.9.8",
"jarnaiz/behat-junit-formatter": "^1.2"
},
"autoload-dev": {
Expand Down

0 comments on commit 9f7ec55

Please sign in to comment.