Skip to content

Commit 8879283

Browse files
author
Jorge Aparicio
committed
fix syntax
1 parent 476533c commit 8879283

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
@@ -21,7 +21,7 @@ install:
2121
source ~/.cargo/env;
2222

2323
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
24+
sh -s -- --force --git japaric/cross --tag v0.1.2 --target x86_64-unknown-linux-gnu --to ~/.cargo/bin;
2525
fi
2626

2727
script:

0 commit comments

Comments
 (0)