fixed .travis.yml for the second time

This commit is contained in:
hyunghwan.chung 2018-05-28 09:21:56 +00:00
parent 82b4545d53
commit 22af7b1c75

View File

@ -1,5 +1,9 @@
language: c language: c
sudo: false sudo: false
before_scirpt: cd moo
compiler:
- gcc
- clang
script: script:
- ./configure && make - cd moo && ./configure && make