Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

Commit 1cf63ec

Browse files
committed
fix: travis
1 parent 8e75ea9 commit 1cf63ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
language: node_js
22

3-
notifications:
4-
email: false
5-
63
node_js:
74
- 'node'
85
- '10'
96
- '9'
107
- '8'
118

129
after_success:
13-
- npm run coveralls:travis
14-
- sh ./sh/prepublish.sh && semantic-release pre && sh ./sh/publish.sh
10+
- npm run build
11+
- npx travis-deploy-once "npm run semantic-release"
12+
- npm run test:coveralls
1513

1614
branches:
1715
except:

0 commit comments

Comments
 (0)