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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue