fixed .travis.yml

This commit is contained in:
hyunghwan.chung 2018-05-28 09:17:37 +00:00
parent 7b84e1951f
commit 82b4545d53

View File

@ -1,3 +1,5 @@
language: c
sudo: false
before_scirpt: cd moo
script:
./configure && make && make install
- ./configure && make