From 4c4483df28c14c702cc4e751da48879f0986946a Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@robocracy.org>
Date: Thu, 13 Sep 2018 17:48:09 -0700
Subject: tweak travis

---
 .travis.yml | 2 --
 1 file changed, 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)
-- 
cgit v1.2.3