mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Updated travis to ubuntu xenial, should fix the curl issue
This commit is contained in:
parent
a5712263bd
commit
252f191fb3
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- curl
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DOCKER_COMPOSE_VERSION: 1.23.1
|
- DOCKER_COMPOSE_VERSION: 1.23.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue