Update .travis.yml

This commit is contained in:
shrmrf@users.noreply.github.com 2018-03-21 13:51:34 +01:00 committed by Jack Ren
parent 1e56137f9a
commit cb59bfaff0
1 changed files with 1 additions and 1 deletions

View File

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