Build doc from v0.8.x branch

This commit is contained in:
Alexis Mousset
2018-05-03 23:52:33 +02:00
parent d71b560077
commit da63de72fc

View File

@@ -28,4 +28,4 @@ script:
- cargo test --verbose --all
after_success:
- ./.build-scripts/codecov.sh
- '[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && ./.build-scripts/site-upload.sh'
- '[ "$TRAVIS_BRANCH" = "v0.8.x" ] && [ $TRAVIS_PULL_REQUEST = false ] && ./.build-scripts/site-upload.sh'