ucg/.travis.yml

10 lines
172 B
YAML

language: rust
os:
- linux
- osx
script:
- cargo build --verbose
- cargo test --verbose
- cargo run -- test integration_tests
- cargo run -- test -r std/tests