Fix travis script

The default script is "./configure && make && make test", so since
we have no configure we need to specify 'script: make test'.
This commit is contained in:
Fredrik Fornwall 2016-08-04 11:10:05 -04:00
parent 6db83749c3
commit bab7d05244

View File

@ -3,3 +3,4 @@ language: c
compiler: compiler:
- clang - clang
- gcc - gcc
script: make test