diff options
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index e1aeb311..e1f84a4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,13 +37,11 @@ before_script:  # cargo bench &&  script:    - | -      cd rust &&        cargo build &&        cargo test &&        cargo doc  after_success: -  - cd rust  # upload documentation to github.io (gh-pages branch)  # Do this manually for now, because couldn't get auto-push set up in a  # reasonably secure way (travis/github API access errors) | 
