Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Commit 824554d

Browse files
authoredDec 28, 2017
chore: only release on master (#4)
1 parent 75238a7 commit 824554d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ notifications:
77
node_js:
88
- '9'
99
- '8'
10-
- '6'
11-
- '4'
1210
after_success:
1311
- npm run semantic-release
1412
branches:

‎package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"@types/node": "8.5.2",
33-
"conventional-changelog-eslint": "0.3.0",
3433
"tslint": "5.8.0",
3534
"typescript": "2.6.2",
3635
"semantic-release": "11.1.0"
3736
},
3837
"release": {
39-
"analyzeCommits": {
40-
"preset": "eslint"
41-
},
42-
"generateNotes": {
43-
"preset": "eslint"
44-
}
38+
"branch": "master"
4539
}
4640
}

0 commit comments

Comments
 (0)
This repository has been archived.