Skip to content

Commit dc2ae5e

Browse files
committed
Add FORCE_MONOTONIC_FIX to .travis.yml
1 parent 1c05fdd commit dc2ae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ matrix:
77

88
script:
99
- cd ${TRAVIS_BUILD_DIR}
10-
- make
10+
- FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make
1111
- make test

0 commit comments

Comments
 (0)