We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12aedd commit 00f4decCopy full SHA for 00f4dec
ci/script.sh
@@ -6,7 +6,7 @@ main() {
6
cross build --target $TARGET
7
cross run --target $TARGET -- -V
8
9
- if [ beginswith nightly $TRAVIS_RUST_VERSION ]; then
+ if beginswith nightly $TRAVIS_RUST_VERSION; then
10
cargo test --features dev --target $TARGET
11
cargo test --target $TARGET
12
fi
0 commit comments