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 9c8dca5b69.
This commit is contained in:
FUJITA Tomonori
2016-05-09 14:12:25 +09:00
parent 978c6a3df0
commit 95e5dee506
-1
View File
@@ -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'