We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca137f commit f3a4d69Copy full SHA for f3a4d69
.travis.yml
@@ -5,7 +5,7 @@ os: osx
5
6
env:
7
global:
8
- - ZERO_AR_DATE=1
+# - ZERO_AR_DATE=1
9
- TZ=UTC
10
- CACHE="${HOME}/.local"
11
- MPICH_VER="3.2.1"
@@ -105,7 +105,7 @@ install:
105
script:
106
- pwd
107
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ct $TRAVIS_COMMIT)
108
- - echo "SOURCE_DATE_EPOCH = ${COURCE_DATE_EPOCH}"
+ - echo "SOURCE_DATE_EPOCH = ${SOURCE_DATE_EPOCH}"
109
- ./developer-scripts/travis/test-script.${BUILD_TYPE:-cmake}.sh
110
111
after_script:
0 commit comments