Skip to content

Commit bd2b95d

Browse files
committed
Try to fix hang on travis-mac
1 parent 8aa3344 commit bd2b95d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ matrix:
3838
env:
3939
- GCC=9
4040
FC=gfortran-${GCC}
41+
BUILD_TYPES="RelWithDebInfo Release CodeCoverage"
4142
addons:
4243
homebrew:
4344
packages:
@@ -125,6 +126,9 @@ install:
125126
script:
126127
- pwd
127128
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ct $TRAVIS_COMMIT)
129+
- export LC_ALL=C
130+
- export TZ=UTC
131+
- export ZERO_AR_DATE=1
128132
- echo "SOURCE_DATE_EPOCH = ${SOURCE_DATE_EPOCH}"
129133
- ./developer-scripts/travis/test-script.${BUILD_TYPE:-cmake}.sh
130134

0 commit comments

Comments
 (0)