Skip to content

Commit

Permalink
typo in nightly detection
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 15, 2018
1 parent d12aedd commit 00f4dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ main() {
cross build --target $TARGET
cross run --target $TARGET -- -V

if [ beginswith nightly $TRAVIS_RUST_VERSION ]; then
if beginswith nightly $TRAVIS_RUST_VERSION; then
cargo test --features dev --target $TARGET
cargo test --target $TARGET
fi
Expand Down

0 comments on commit 00f4dec

Please sign in to comment.