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 4b1d709 commit 740ec34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '4'
- '6'
- '8'
- '6'
- '4'
after_success:
- npm run semantic-release
branches:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"lint": "standard *.js tests/*.js",
"check": "tap tests/*.js",
"test": "npm run lint && npm run check",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"dependencies": {
"handlebars": "^4.0.11",
"object.values": "^1.0.4"
},
"devDependencies": {
"semantic-release": "^8.2.0",
"semantic-release": "^11.0.2",
"standard": "^10.0.3",
"tap": "^10.7.3"
"tap": "^11.0.0"
},
"keywords": [
"grunt-tasks",
Expand Down

0 comments on commit 740ec34

Please sign in to comment.