fixed typo in travis.yml

This commit is contained in:
debris 2016-02-02 02:32:58 +01:00
parent 26652a2ed8
commit 3d6f5a6ca7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
cargo doc --no-deps --verbose ${KCOV_FEATURES} ${RARGETS} &&
cargo doc --no-deps --verbose ${KCOV_FEATURES} ${TARGETS} &&
echo '<meta http-equiv=refresh content=0;url=ethcore/index.html>' > target/doc/index.html &&
pip install --user ghp-import &&
/home/travis/.local/bin/ghp-import -n target/doc