Download GeoIP files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a1ae4f64e4
commit
c94e8b8518
|
@ -26,6 +26,7 @@ before_script:
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- MIX_ENV=test mix ecto.create
|
- MIX_ENV=test mix ecto.create
|
||||||
- MIX_ENV=test mix ecto.migrate
|
- MIX_ENV=test mix ecto.migrate
|
||||||
|
- curl http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz --output priv/static/GeoLite2-City.mmdb -s
|
||||||
|
|
||||||
mix:
|
mix:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue