Delete .travis.yml

This commit is contained in:
daa84
2017-03-09 17:53:45 +03:00
committed by GitHub
parent 7126ae5235
commit 8a8b865c49

View File

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