mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
let the travis die and retry fun start
This commit is contained in:
parent
168be1f6bb
commit
335e71ef17
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
|||
---
|
||||
sudo: required
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
services:
|
||||
- docker
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- >
|
||||
sudo apt-get install -o Dpkg::Options::="--force-confold"
|
||||
--force-yes -y docker-engine
|
||||
--force-yes -y docker-ce
|
||||
install:
|
||||
- pip install -r requirements-travis.txt
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue