From a52130a0276cb82bbdefec42ac775b67d36d7090 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 May 2018 09:27:45 +0000 Subject: [PATCH] fixed .travis.yml for the fourth time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1fad0e..94fc514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ compiler: - clang script: - - cd moo && ./configure && make \ No newline at end of file + - touch --date="`date`" moo/* moo/*/* && cd moo && ./configure && make \ No newline at end of file