Browse Source

need to set PATH for macos

Jorge Aparicio 8 years ago
parent
commit
ac8370b4ac
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -40,6 +40,9 @@ matrix:
     - env: TARGET=x86_64-unknown-linux-gnu
       os: linux
 
+before_install:
+  - export PATH="$PATH:$HOME/.cargo/bin"
+
 install:
   - bash ci/install.sh