Update .travis.yml

This commit is contained in:
T 2018-03-21 13:51:34 +01:00 committed by fuzhongl
parent aa88742c82
commit 75b9a27d93

View File

@ -1,4 +1,4 @@
language: c
compiler:
- gcc
script: make all
script: make clean && make all