Skip to content

Commit c172789

Browse files
committedMay 11, 2014
Add a note on how to change TZ settings in TravisCI
1 parent 00945fc commit c172789

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ matrix:
3131
- rvm: rbx
3232
- rvm: jruby
3333

34+
# Setting TimeZone. We'll need to do this in order to
35+
# have the TZ related failures surface on Travis CI.
36+
# http://stackoverflow.com/a/23374438/601782
3437
before_install:
3538
- git submodule update --init
3639

0 commit comments

Comments
 (0)
Please sign in to comment.