Run tests from .travis.yml

This commit is contained in:
Drew DeVault 2016-06-19 11:26:33 -04:00
parent e563bec64d
commit 5b7cb67779

View file

@ -18,9 +18,11 @@ arch:
- cairo
- gdk-pixbuf2
- wlc-git
- cmocka
script:
- "cmake ."
- "make"
- "make check"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"