Skip to content

Commit fc49c12

Browse files
committed
More travis debugging code
1 parent 5e754d6 commit fc49c12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ main() {
1717
| $sort --version-sort \
1818
| tail -n1)
1919
curl -LSfs https://japaric.github.io/trust/install.sh | \
20-
sh -s -- \
20+
sh -xs -- \
2121
--force \
2222
--git japaric/cross \
2323
--tag $tag \

ci/script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ main() {
99
fi
1010

1111
# Build debug and release targets
12-
rustup target list
1312
cross build --target $TARGET
1413
cross build --target $TARGET --release
1514

0 commit comments

Comments
 (0)