test something

This commit is contained in:
Guenter Obiltschnig 2015-03-20 21:28:24 +01:00
parent 6a5def9d0f
commit e3802d807a

View File

@ -23,9 +23,10 @@ matrix:
- env: TEST_NAME="gcc (make)"
compiler: gcc
script:
- sudo ifconfig -a
- ./configure && make -s -j2
- ./travis/runtests.sh
# TODO add this as soon as Linux-clang config is ready
# - env: TEST_NAME="clang (make)"
# compiler: clang