Skip to content

Commit e77c181

Browse files
committed
fix: Upgrade semantic release
Cache npm cache and not local node modules in Travis.
1 parent 6a0782b commit e77c181

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '4'
10-
- '6'
119
- '8'
10+
- '6'
11+
- '4'
1212
after_success:
1313
- npm run semantic-release
1414
branches:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
},
2828
"scripts": {
2929
"test": "grunt",
30-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
30+
"semantic-release": "semantic-release"
3131
},
3232
"dependencies": {
3333
"chalk": "^2.3.0",
3434
"grunt-contrib-clean": "^1.1.0",
3535
"grunt-contrib-nodeunit": "^1.0.0",
36-
"grunt-html-html-reporter": "^0.2.1"
36+
"grunt-html-html-reporter": "^0.2.2"
3737
},
3838
"devDependencies": {
3939
"grunt": "^1.0.1",
4040
"grunt-standard": "^3.1.0",
41-
"semantic-release": "^8.2.3"
41+
"semantic-release": "^11.0.2"
4242
},
4343
"peerDependencies": {
4444
"grunt": ">=0.4.5"

0 commit comments

Comments
 (0)