Trim excess whitespace

This commit is contained in:
a1346054
2021-09-21 20:33:52 +00:00
parent aa9eb1006d
commit 543f6b5040
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- master
- develop
schedule:
- cron: '30 9 * * *'
- cron: '30 9 * * *'
jobs:
build:

1
.gitignore vendored
View File

@@ -14,4 +14,3 @@ src/libfaketime.dylib.1
src/libfaketime.1.dylib
src/core
src/faketime

View File

@@ -16,6 +16,6 @@ script:
- if [ "$TRAVIS_ARCH" = ppc64le ]; then
FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX -DFORCE_PTHREAD_NONVER" make;
else
FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make;
FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make;
fi
- make test