Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit e925a14

Browse files
committed
fix(docs): reenable broken doc generation
1 parent 87f3096 commit e925a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ before_script:
2828
script:
2929
- ./scripts/travis/build.sh
3030
after_success:
31+
- ./scripts/travis/publish-docs.sh
3132
- curl -o travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
3233
- python travis_after_all.py
3334
- export $(cat .to_export_back)
@@ -36,7 +37,6 @@ after_success:
3637
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
3738
echo "All Succeded! Submitting..."
3839
./scripts/travis/presubmit.sh
39-
./scripts/travis/publish-docs.sh
4040
else
4141
echo "Some Failed, not submitting"
4242
fi

0 commit comments

Comments
 (0)