Skip to content

Commit

Permalink
Fix a typo in Travis that caused build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Oct 19, 2017
1 parent 0f4e2df commit 83917a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os:
script:
- cargo build --release --all --verbose
- cargo test --release --all --verbose
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; cargo build --no-default-features; fi
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi

matrix:
allow_failures:
Expand Down

0 comments on commit 83917a3

Please sign in to comment.