Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: bump shelljs to expose new features (#126)
* Bump shelljs to v0.8.1
* Bump shelljs-plugin-open (compatible with shelljs 0.8)
* Drop support for node < v4, add node v9 to CI

Fixes #125
  • Loading branch information
nfischer committed Feb 7, 2018
1 parent 44943ca commit 7fd4896
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
@@ -1,26 +1,16 @@
language: c++
sudo: false
env:
- NODE_VERSION="0.11"
- NODE_VERSION="0.12"
- NODE_VERSION="1"
- NODE_VERSION="2"
- NODE_VERSION="3"
- NODE_VERSION="4"
- NODE_VERSION="5"
- NODE_VERSION="6"
- NODE_VERSION="7"
- NODE_VERSION="8"
- NODE_VERSION="9"

# keep this blank to make sure there are no before_install steps
before_install:

matrix:
allow_failures:
- NODE_VERSION="1"
- NODE_VERSION="2"
- NODE_VERSION="3"

install:
- rm -rf ~/.nvm
- git clone https://github.com/creationix/nvm.git ~/.nvm
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'
Expand Down
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -63,14 +63,17 @@
"nyc": "^6.4.0",
"rimraf": "^2.5.2",
"shelljs-changelog": "^0.2.0",
"shelljs-plugin-open": "^0.1.1",
"shelljs-plugin-open": "^0.2.0",
"shelljs-release": "^0.2.0",
"should": "^11.1.1",
"watch": "^0.18.0"
},
"dependencies": {
"es6-object-assign": "^1.0.3",
"minimist": "^1.2.0",
"shelljs": "^0.7.3"
"shelljs": "^0.8.1"
},
"engines": {
"node": ">=4"
}
}

0 comments on commit 7fd4896

Please sign in to comment.