Skip to content

Commit

Permalink
Use docker to update zoneinfo prior to build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed May 15, 2017
1 parent 1457238 commit f8b985b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ services:
before_install:
- docker pull benfortuna/tzurl
- docker run -v $(pwd)/src/main/resources/zoneinfo:/zoneinfo -it benfortuna/tzurl rsync -av --delete /usr/local/apache2/htdocs/zoneinfo /
- docker run -v $(pwd)/src/main/resources/zoneinfo-global:/zoneinfo-global -it benfortuna/tzurl rsync -av --delete /usr/local/apache2/htdocs/zoneinfo-global /
script:
- ./gradlew check
deploy:
Expand Down

0 comments on commit f8b985b

Please sign in to comment.