Skip to content

Commit 15433de

Browse files
committed
chore(travis): minor changes
1 parent e8c8821 commit 15433de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ node_js:
77
- "8"
88
- "6"
99
cache: npm
10-
after_success: 'npm run coveralls'
1110

1211
os:
1312
- linux
@@ -17,8 +16,11 @@ jobs:
1716
- stage: test
1817
script: npm run test
1918
skip_cleanup: true
19+
after_success: 'npm run coveralls'
2020
- stage: release
2121
node_js: lts/*
22+
script: npm run docs
23+
skip_cleanup: true
2224
deploy:
2325
provider: script
2426
skip_cleanup: true

0 commit comments

Comments
 (0)