Skip to content

Commit d121f40

Browse files
committedFeb 9, 2017
Specify Travis instance timezone
Because the Travis instance is using UTC as timezone the test we have for turning "on" UTC does not work, hence we need to specify a different timezone.
1 parent 64fc6ae commit d121f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ script:
1313
cache:
1414
directories:
1515
- node_modules
16+
before_install:
17+
- export TZ=Europe/Stockholm

0 commit comments

Comments
 (0)