MAINT: fix travis configuration with new command.

This commit is contained in:
Jeremy Wall 2018-08-25 15:01:45 -05:00
parent 6bcf822c41
commit af986a269f

View File

@ -2,4 +2,4 @@ language: rust
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose
- cargo run -- validate integration_tests - cargo run -- test integration_tests