fix clock for macos on travis

This commit is contained in:
Mischa Spiegelmock
2019-12-03 13:40:22 +02:00
parent bf98097aaf
commit 15caaaec10

View File

@ -8,6 +8,7 @@ before_script:
- ./autogen.sh
before_install:
- eval "${MATRIX_EVAL}"
- if [ $TRAVIS_OS_NAME == "osx" ]; then sudo sntp -sS time.apple.com; fi
addons:
apt: