mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-04-25 07:12:15 +00:00
fix &
This commit is contained in:
parent
e1ea2a06e5
commit
0e46126ddb
@ -21,7 +21,7 @@ script:
|
||||
- cargo run --release --example roundtrip ./res/cases/v1/clang.wasm /tmp/clang.wasm
|
||||
after_success: |-
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
cargo doc \
|
||||
&& echo '<meta http-equiv=refresh content=0;url=parity_wasm/index.html>' > target/doc/index.html && \
|
||||
sudo pip install ghp-import && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user