1
1
Fork 0
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:
Thomas Maurice 2019-03-16 11:55:58 +00:00
parent 168be1f6bb
commit 335e71ef17

View file

@ -1,13 +1,15 @@
--- ---
sudo: required sudo: required
language: python language: python
python:
- "3.6"
services: services:
- docker - docker
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- > - >
sudo apt-get install -o Dpkg::Options::="--force-confold" sudo apt-get install -o Dpkg::Options::="--force-confold"
--force-yes -y docker-engine --force-yes -y docker-ce
install: install:
- pip install -r requirements-travis.txt - pip install -r requirements-travis.txt
script: script: