File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ script:
21
21
if [[ "$TRAVIS_NODE_VERSION" == "4" ]]; then
22
22
NODE_ENV=test node --harmony-proxies $(npm bin)/jest --runInBand
23
23
else
24
- if [[ "$TRAVIS_NODE_VERSION" == "8 " ]]; then
24
+ if [[ "$TRAVIS_NODE_VERSION" == "9 " ]]; then
25
25
npm run danger
26
26
npm run test:coverage -- --runInBand
27
27
else
@@ -36,7 +36,7 @@ script:
36
36
- npm run build:sections
37
37
# Check that examples really works: no JS errors on load
38
38
- |
39
- if [[ "$TRAVIS_NODE_VERSION" == "8 " ]]; then
39
+ if [[ "$TRAVIS_NODE_VERSION" == "9 " ]]; then
40
40
npm run test:browser:pre
41
41
npm run test:browser
42
42
npm run test:browser:customised
@@ -46,9 +46,9 @@ after_success:
46
46
# Make release with semantic-release if needed
47
47
- npm install -g semantic-release
48
48
- npm install --no-save semantic-release-tamia
49
- - semantic-release pre && npm publish && semantic-release post
49
+ - semantic-release --analyze-commits semantic-release-tamia/analyzeCommits --verify-release semantic-release-tamia/verifyRelease --generate-notes semantic-release-tamia/generateNotes
50
50
- |
51
- if [[ "$TRAVIS_NODE_VERSION" == "8 " ]]; then
51
+ if [[ "$TRAVIS_NODE_VERSION" == "9 " ]]; then
52
52
# Upload coverage report to Codecov
53
53
bash <(curl -s https://codecov.io/bash)
54
54
# Update site
Original file line number Diff line number Diff line change 161
161
"precommit" : " lint-staged" ,
162
162
"format:md" : " prettier --write '**/*.md'"
163
163
},
164
- "release" : {
165
- "analyzeCommits" : " semantic-release-tamia/analyzeCommits" ,
166
- "generateNotes" : " semantic-release-tamia/generateNotes" ,
167
- "verifyRelease" : " semantic-release-tamia/verifyRelease"
168
- },
169
164
"jest" : {
170
165
"setupFiles" : [
171
166
" ./test/raf-polyfill.js" ,
You can’t perform that action at this time.
0 commit comments