Skip to content

Commit

Permalink
Set Travis timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Feb 6, 2020
1 parent dcb0b44 commit 335cb72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ before_install:
- sudo apt-get update
- "./data/travis-ci/setup_tests.sh"

before_script:
- echo 'Europe/Dublin' | sudo tee /etc/timezone
- sudo dpkg-reconfigure --frontend noninteractive tzdata

after_failure:
- "./data/travis-ci/after_failure.sh"

0 comments on commit 335cb72

Please sign in to comment.