Update .travis.yml

This commit is contained in:
daa84 2017-03-09 17:47:11 +03:00 committed by GitHub
parent 4153f3efce
commit ce48604c51

View File

@ -8,6 +8,7 @@ addons:
apt: apt:
packages: packages:
- libgtk-3-dev - libgtk-3-dev
- libgio-2-dev
script: script:
- cargo test - cargo test
- cargo build - cargo build