We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c8821 commit 15433deCopy full SHA for 15433de
1 file changed
.travis.yml
@@ -7,7 +7,6 @@ node_js:
7
- "8"
8
- "6"
9
cache: npm
10
-after_success: 'npm run coveralls'
11
12
os:
13
- linux
@@ -17,8 +16,11 @@ jobs:
17
16
- stage: test
18
script: npm run test
19
skip_cleanup: true
+ after_success: 'npm run coveralls'
20
- stage: release
21
node_js: lts/*
22
+ script: npm run docs
23
+ skip_cleanup: true
24
deploy:
25
provider: script
26
0 commit comments