Skip to content

Commit

Permalink
try busting the cache by keeping phantomjs info in npm (#4528)
Browse files Browse the repository at this point in the history
* try busting the cache by keeping phantomjs info in npm

* bump ember-try

* bump node version on travis
  • Loading branch information
fivetanley committed Sep 9, 2016
1 parent 273c8a7 commit 32e521f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
language: node_js
sudo: false
node_js:
- "4.2"
- "4"
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- npm install -g phantomjs-prebuilt@2

install:
- npm install --no-optional
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@
"ember-load-initializers": "^0.5.0",
"ember-publisher": "0.0.7",
"ember-resolver": "^2.0.3",
"ember-try": "^0.1.2",
"ember-try": "^0.2.5",
"ember-watson": "^0.7.0",
"github": "^0.2.4",
"glob": "5.0.13",
"loader.js": "^4.0.0",
"mocha": "2.4.5",
"mocha-only-detector": "0.0.2",
"phantomjs-prebuilt": "^2.1.12",
"pretender": "1.0.0",
"rimraf": "2.5.2",
"rsvp": "3.2.1"
Expand Down

0 comments on commit 32e521f

Please sign in to comment.