]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Merge pull request #1473 from topecongiro/bug/no-such-file-or-directory
[rust.git] / .travis.yml
index df218c371154ea433795306a6e726174cbb27405..4522344e1caf618499fc962de7e2a4fce62c26f0 100644 (file)
@@ -21,12 +21,12 @@ addons:
 before_script:
 - |
   pip install 'travis-cargo<0.2' --user &&
-  export PATH=$HOME/.local/bin:$PATH
+  export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
 
 script:
 - |
-  travis-cargo build &&
-  travis-cargo test
+  cargo build &&
+  cargo test
 
 after_success:
 - travis-cargo coveralls --no-sudo