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 8c3a6c8 commit a60efa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: false
node_js:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"test": "grunt",
"check_coverage": "GRUNT_WUML_COVERAGE=1 grunt",
"post_coverage": "GRUNT_WUML_COVERAGE=1 grunt default coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"dependencies": {
"wuml": "~0.2.1",
"q": "~2.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-coveralls": "^1.0.1",
Expand Down

0 comments on commit a60efa3

Please sign in to comment.