This commit is contained in:
NikVolf 2018-01-17 17:30:35 +03:00
parent e1ea2a06e5
commit 0e46126ddb

View File

@ -21,7 +21,7 @@ script:
- cargo run --release --example roundtrip ./res/cases/v1/clang.wasm /tmp/clang.wasm - cargo run --release --example roundtrip ./res/cases/v1/clang.wasm /tmp/clang.wasm
after_success: |- after_success: |-
[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] & [ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc \ cargo doc \
&& echo '<meta http-equiv=refresh content=0;url=parity_wasm/index.html>' > target/doc/index.html && \ && echo '<meta http-equiv=refresh content=0;url=parity_wasm/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \ sudo pip install ghp-import && \