rust-book-cn/.travis.yml
Steve Klabnik d1fdb5d539 Add a Makefile
This makes it a teeny bit easier to build and test things.
2015-12-14 12:12:04 -05:00

12 lines
98 B
YAML

sudo: false
language: rust
rust:
- nightly
- beta
- stable
- 1.0.0
script:
- make all