Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from lycantropos/fix-update-docs
Browse files Browse the repository at this point in the history
Fix Travis CI YAML
  • Loading branch information
lycantropos committed Nov 25, 2017
2 parents 6c636a9 + 1330b2f commit 016dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
after_success:
- ./update-coverage.sh
- if [ "$TRAVIS_BRANCH" == "master" ]; then
./update-docs.sh
./update-docs.sh; fi

after_script:
- ./cleanup.sh
Expand Down

0 comments on commit 016dd69

Please sign in to comment.