Okay let's try that again

This commit is contained in:
Pietro Gagliardi 2016-01-05 00:29:05 -05:00
parent 0713e36e57
commit 8672a46545
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ dist: trusty
language: c
script:
- [ Z$TRAVIS_OS_NAME = Zlinux ] && sudo apt-get update
- [ Z$TRAVIS_OS_NAME = Zlinux ] && { sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; }
- test Z$TRAVIS_OS_NAME = Zlinux && sudo apt-get update
- test Z$TRAVIS_OS_NAME = Zlinux && { sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; }
- make -f GNUmakefile
- make -f GNUmakefile examples
- make -f GNUmakefile test