Travis: use container-based infrastructure

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
Chris Wong 2015-04-15 18:18:12 +12:00
parent 24e390047e
commit 054453be88

View file

@ -1,3 +1,4 @@
language: rust
sudo: false
script:
- ( cd maud_macros && cargo test --verbose )