Skip to content

Commit 00f4dec

Browse files
committed
typo in nightly detection
1 parent d12aedd commit 00f4dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ main() {
66
cross build --target $TARGET
77
cross run --target $TARGET -- -V
88

9-
if [ beginswith nightly $TRAVIS_RUST_VERSION ]; then
9+
if beginswith nightly $TRAVIS_RUST_VERSION; then
1010
cargo test --features dev --target $TARGET
1111
cargo test --target $TARGET
1212
fi

0 commit comments

Comments
 (0)