Skip to content

Commit

Permalink
Don't build regex-debug on Rust 1.3.
Browse files Browse the repository at this point in the history
Docopt uses lazy_static! 2.x, but lazy_static required a new minimum
Rust version in 2.1.
  • Loading branch information
BurntSushi committed Aug 5, 2016
1 parent 1882b2c commit 16931b0
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 @@ -7,8 +7,8 @@ rust:
sudo: false
script:
- cargo build --verbose
- cargo build --verbose --manifest-path=regex-debug/Cargo.toml
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo build --verbose --manifest-path=regex-debug/Cargo.toml;
RUSTFLAGS="-C target-feature=+ssse3" cargo test --verbose --features 'simd-accel pattern';
else
travis_wait cargo test --verbose;
Expand Down

0 comments on commit 16931b0

Please sign in to comment.