Commit 62ae5dfde5ab6133622e502f870ce0969795c522
1 parent
4348b7c3
Exists in
master
and in
16 other branches
Update timezone info for travis
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
... | ... | @@ -10,6 +10,7 @@ gemfile: |
10 | 10 | - gemfiles/activerecord40.gemfile |
11 | 11 | script: bundle exec rake test |
12 | 12 | before_script: |
13 | + - sudo dpkg-reconfigure --frontend noninteractive tzdata | |
13 | 14 | - mysql -e 'create database groupdate_test;' |
14 | 15 | - mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql |
15 | 16 | - psql -c 'create database groupdate_test;' -U postgres | ... | ... |