Skip to content

Commit caa5958

Browse files
committed
upgrade CLI
- shrinkwrap - node 5 - use ambient npm (v3+)
1 parent 0810d91 commit caa5958

File tree

3 files changed

+6598
-4
lines changed

3 files changed

+6598
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: node_js
33
node_js:
4-
- "iojs"
4+
- "5"
55

66
sudo: false
77

@@ -13,12 +13,11 @@ cache:
1313

1414
before_install:
1515
- "npm config set spin false"
16-
- "npm install -g npm@^2"
1716
- "npm --version"
1817
- "phantomjs --version"
1918

2019
install:
21-
- "npm install --no-optional"
20+
- "npm install"
2221

2322
after_success:
2423
- "./bin/publish_builds"

0 commit comments

Comments
 (0)