Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
chore: update CI to node 4,6,8 (#14)
Browse files Browse the repository at this point in the history
Also make npm dep consistent since 5.4.0 is the minimum version required
for the functionality that is being used.
  • Loading branch information
rmg authored and zkat committed Sep 9, 2017
1 parent f923a92 commit eda39c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cipm currently relies on npm >5.4.0 to retrieve config
before_install:
- npm i -g npm@5.4.0
- npm i -g npm@^5.4.0
language: node_js
sudo: false
node_js:
- "7"
- "8"
- "6"
- "4"
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

Expand All @@ -10,7 +10,7 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm config set spin false
- npm i -g npm@latest
- npm i -g npm@^5.4.0
- npm install

test_script:
Expand Down

0 comments on commit eda39c8

Please sign in to comment.