Skip to content

Commit

Permalink
Fix typo and unset ZERO_AR_DATE in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Mar 21, 2019
1 parent aca137f commit f3a4d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os: osx

env:
global:
- ZERO_AR_DATE=1
# - ZERO_AR_DATE=1
- TZ=UTC
- CACHE="${HOME}/.local"
- MPICH_VER="3.2.1"
Expand Down Expand Up @@ -105,7 +105,7 @@ install:
script:
- pwd
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ct $TRAVIS_COMMIT)
- echo "SOURCE_DATE_EPOCH = ${COURCE_DATE_EPOCH}"
- echo "SOURCE_DATE_EPOCH = ${SOURCE_DATE_EPOCH}"
- ./developer-scripts/travis/test-script.${BUILD_TYPE:-cmake}.sh

after_script:
Expand Down

0 comments on commit f3a4d69

Please sign in to comment.