Skip to content

Commit 476533c

Browse files
author
Jorge Aparicio
committed
use stable release of cross
1 parent 39607ca commit 476533c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ install:
2020

2121
source ~/.cargo/env;
2222

23-
cargo install --git https://github.com/japaric/cross -f;
23+
curl -LSfs http://japaric.github.io/trust/install.sh | \
24+
sh -s -- --force --git japaric/cross --tag v0.1.2 --target x86_64-unknown-linux-gnu --to ~/.cargo/bin
2425
fi
2526

2627
script:

0 commit comments

Comments
 (0)