URL: https://github.com/freeipa/freeipa/pull/1058
Author: stlaz
 Title: #1058: Backport Travis workaround for ipa-4-6
Action: opened

PR body:
"""
Travis upgraded their environment but broke some deployments. Wait
for them to fix the issue with python3.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1058/head:pr1058
git checkout pr1058
From 4533f223519ef5bdfbaf30a82a259629cfecca5e Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Fri, 8 Sep 2017 08:41:29 +0200
Subject: [PATCH] travis: temporary workaround for Travis CI

Travis upgraded their environment but broke some deployments. Wait
for them to fix the issue with python3.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index ec2e41aabb..d780b036a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: python
+group: deprecated-2017Q3
 services:
     - docker
 
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to