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 - cairo
- gdk-pixbuf2 - gdk-pixbuf2
- wlc-git - wlc-git
- cmocka
script: script:
- "cmake ." - "cmake ."
- "make" - "make"
- "make check"
script: script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"