diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 17:48:09 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 17:48:09 -0700 |
commit | 4c4483df28c14c702cc4e751da48879f0986946a (patch) | |
tree | 2dfbdb48b5c3ed94f9ff3a8ba501b4fca82b51f2 | |
parent | 4c6a2fdb166f0b730dc65e802a908b87ee9eb48b (diff) | |
download | fatcat-4c4483df28c14c702cc4e751da48879f0986946a.tar.gz fatcat-4c4483df28c14c702cc4e751da48879f0986946a.zip |
tweak travis
-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) |