include build in script
This commit is contained in:
parent
026af0b213
commit
c450f9b5b8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ rust:
|
|||
- stable
|
||||
- nightly
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose --all
|
||||
after_success:
|
||||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
|
||||
|
|
Loading…
Reference in a new issue