changed the touch command in .travis.yml

This commit is contained in:
hyunghwan.chung 2018-05-28 10:23:15 +00:00
parent 7988a33868
commit 82cc050dd4

View File

@ -27,4 +27,4 @@ matrix:
os: osx os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2" env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
script: script:
- touch --date="`date`" moo/* moo/*/* && cd moo && ./configure $OPTIONS && make - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make