mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: travis yml use to bionic
This commit is contained in:
parent
7d74e73b1d
commit
70021c7e50
1 changed files with 7 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
sudo: required
|
||||
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
|
@ -105,5 +105,3 @@ matrix:
|
|||
- ./travis.py frappe --socketio --git-branch 11
|
||||
- ./travis.py frappe --socketio --tag v11 --tag-only
|
||||
- ./travis.py frappe --socketio --tag version-11 --tag-only
|
||||
|
||||
|
||||
Loading…
Reference in a new issue