Skip to content

Commit

Permalink
fix: Upgrade semantic release and grunt clean plugin
Browse files Browse the repository at this point in the history
Cache npm cache and not local node modules in Travis.
  • Loading branch information
prantlf committed Dec 21, 2017
1 parent 242f94b commit 34f5d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ sudo: false
language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: false
node_js:
- '4'
- '6'
- '8'
- '6'
- '4'
before_install:
- npm install -g npm
before_script :
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test": "grunt",
"coverage": "grunt instrument && GRUNT_HTML_DOM_SNAPSHOT_COVERAGE=1 grunt",
"coveralls": "test `node --version | cut -c 2` -eq 8 && npm run coverage && grunt coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"dependencies": {
"mkdirp": "^0.5.1",
"webdriverio": "^4.9.6"
"webdriverio": "^4.9.11"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand All @@ -45,7 +45,7 @@
"grunt-istanbul": "^0.8.0",
"grunt-selenium-standalone": "^1.0.1",
"phantomjs-prebuilt": "^2.1.16",
"semantic-release": "^8.2.0"
"semantic-release": "^11.0.2"
},
"peerDependencies": {
"grunt": ">=0.4.5"
Expand Down

0 comments on commit 34f5d4f

Please sign in to comment.