Skip to content

Commit 5e19a55

Browse files
author
Jorge Aparicio
committed
let source ~/.cargo/env fail
1 parent 6fce8d4 commit 5e19a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env: TARGET=x86_64-unknown-linux-gnu
1414

1515
install:
1616
- sh ci/install.sh
17-
- source ~/.cargo/env
17+
- source ~/.cargo/env || true
1818

1919
script:
2020
- sh ci/script.sh

0 commit comments

Comments
 (0)