Add a configuration file for travis CI

This commit is contained in:
Philipp Oppermann
2015-08-16 22:41:46 +02:00
parent 262e64f184
commit a97009dddf

19
.travis.yml Normal file
View File

@@ -0,0 +1,19 @@
language: rust
rust:
- nightly
sudo: false
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script:
- make