Skip to content

Commit 677648a

Browse files
committed
Only build/push docs once per build.
1 parent a11ef73 commit 677648a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ script:
1010
- cargo doc --verbose
1111

1212
after_success: |
13+
[ $TRAVIS_RUST_VERSION = nightly ] &&
1314
[ $TRAVIS_BRANCH = master ] &&
1415
[ $TRAVIS_PULL_REQUEST = false ] &&
1516
echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/doc/index.html &&

0 commit comments

Comments
 (0)