maud/.travis.yml
2016-09-20 23:37:10 +12:00

7 lines
181 B
YAML

language: rust
rust: nightly
sudo: false
script:
- ( cd maud && cargo test --verbose )
- ( cd maud_macros && cargo test --verbose )
- ( cd iron-maud && cargo test --verbose )