Skip to content

Commit f58f054

Browse files
authored
Fixing doc publishing
Set correct path for publish script and also moved `after_success` section to `script` section so that errors will be reported. Fixes #33 [semver patch]
1 parent d160905 commit f58f054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ script:
1010
- npm test
1111
- sed -i "s/\/master\//\/$TRAVIS_BRANCH\//g" README.md
1212
- npm run doc
13-
after_success:
14-
- jsdoc/publish.sh
13+
- scripts/jsdoc/publish.sh
1514
- scripts/create_semver_tag.sh
1615
env:
1716
global:

0 commit comments

Comments
 (0)