Create .travis.yml
This commit is contained in:
parent
37cd154f89
commit
d8f58d15fb
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: rust
|
||||
env:
|
||||
- GTK=3.22
|
||||
rust:
|
||||
- stable
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgtk-3-dev
|
||||
script:
|
||||
- cargo test
|
||||
- cargo build
|
Loading…
Reference in New Issue
Block a user