From eb3c246656c8a94cbfcc47637b94b72b749cfe1f Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 9 May 2016 13:39:44 +0900 Subject: [PATCH] Revert "travis-ci: workaround for " Now the issue was fixed. No need for the workaround: https://github.com/kr/text/issues/6 This reverts commit 9c8dca5b697a49611fd780204abf77947fe16f12. --- test/lib/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lib/base.py b/test/lib/base.py index fc7d9713b..d64afdae1 100644 --- a/test/lib/base.py +++ b/test/lib/base.py @@ -83,7 +83,6 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'): c = CmdBuffer() c << 'FROM {0}'.format(from_image) - c << 'RUN mkdir -p /go/src/github.com/kr && cd /go/src/github.com/kr && git clone https://github.com/kr/text && cd /go/src/github.com/kr/text && git checkout -b master main' c << 'ADD gobgp /go/src/github.com/osrg/gobgp/' c << 'RUN go get github.com/osrg/gobgp/gobgpd' c << 'RUN go install github.com/osrg/gobgp/gobgpd'