Skip to content

Commit

Permalink
Set timezone for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Mar 31, 2020
1 parent 67ac1a8 commit 1beb16d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: node_js
node_js:
- "8"
- "10"
after_success: npm run coverage
- "12"
before_install:
- export TZ=Europe/Oslo
after_success:
- npm run coverage
notifications:
email:
recipients:
Expand Down

0 comments on commit 1beb16d

Please sign in to comment.