Skip to content

Commit

Permalink
avoid BitBucket rate-limiting when installing PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 25, 2016
1 parent fdbbe40 commit 08cb423
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ dist: trusty

language: node_js

env:
global: PHANTOMJS_CDNURL='https://cnpmjs.org/downloads'

matrix:
include:
- node_js: '6'
env: TARGET="clean lint test-node test-browser"
env: TARGET='clean lint test-node test-browser'
- node_js: '5'
env: TARGET=test-node
- node_js: '4'
Expand Down

0 comments on commit 08cb423

Please sign in to comment.