diff options
| author | Steven Fackler <[email protected]> | 2015-02-07 21:55:07 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-07 21:55:07 -0800 |
| commit | ad476f25c7d9474ab7698c06481e7bb7536dfdfd (patch) | |
| tree | 0eed42491cadb4ae4b3fd16ecf1b84d906ccb9e5 | |
| parent | Fix stuff (diff) | |
| download | rust-openssl-ad476f25c7d9474ab7698c06481e7bb7536dfdfd.tar.xz rust-openssl-ad476f25c7d9474ab7698c06481e7bb7536dfdfd.zip | |
Fix test
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dac913d1..0250ab7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ script: - (cd openssl && cargo test --features $FEATURES) - ./.travis/build_docs.sh after_success: -- $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh +- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh |