fixed .travis.yml for the fourth time

This commit is contained in:
hyunghwan.chung 2018-05-28 09:27:45 +00:00
parent f28c4ab54d
commit a52130a027

View File

@ -6,4 +6,4 @@ compiler:
- clang
script:
- cd moo && ./configure && make
- touch --date="`date`" moo/* moo/*/* && cd moo && ./configure && make