Skip to content

Commit

Permalink
Merge pull request #12614 from stefanpenner/cli-upgrade
Browse files Browse the repository at this point in the history
upgrade CLI
  • Loading branch information
stefanpenner committed Nov 15, 2015
2 parents c772c60 + caa5958 commit 04ec1c6
Show file tree
Hide file tree
Showing 3 changed files with 6,598 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "iojs"
- "5"

sudo: false

Expand All @@ -13,12 +13,11 @@ cache:

before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm --version"
- "phantomjs --version"

install:
- "npm install --no-optional"
- "npm install"

after_success:
- "./bin/publish_builds"
Expand Down
Loading

0 comments on commit 04ec1c6

Please sign in to comment.