Create .travis.yml

This commit is contained in:
daa84 2017-03-09 17:36:03 +03:00 committed by GitHub
parent 37cd154f89
commit d8f58d15fb
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: rust
env:
- GTK=3.22
rust:
- stable
addons:
apt:
packages:
- libgtk-3-dev
script:
- cargo test
- cargo build