From 82cc050dd478b54ef8cbfb2616f750c9a2cb70a7 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 May 2018 10:23:15 +0000 Subject: [PATCH] changed the touch command in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41facb0..0c263bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ matrix: os: osx env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2" script: - - touch --date="`date`" moo/* moo/*/* && cd moo && ./configure $OPTIONS && make \ No newline at end of file + - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make \ No newline at end of file