travis: add config

This commit is contained in:
meh 2015-09-18 06:07:17 +02:00
parent 248c1151fc
commit f15f26f706

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: rust
rust:
- stable
- beta
- nightly
addons:
apt:
packages:
- nasm
script:
- cargo test --verbose --features build