Skip to content

Commit ac8370b

Browse files
author
Jorge Aparicio
committed
need to set PATH for macos
1 parent 7111a4a commit ac8370b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ matrix:
4040
- env: TARGET=x86_64-unknown-linux-gnu
4141
os: linux
4242

43+
before_install:
44+
- export PATH="$PATH:$HOME/.cargo/bin"
45+
4346
install:
4447
- bash ci/install.sh
4548

0 commit comments

Comments
 (0)