Commit d345dda2 by Benedikt

Use go in travis build to install S2I

parent 82d9b131
......@@ -3,4 +3,14 @@ sudo: required
services:
- docker
language: go
go: 1.4
install:
- go get github.com/openshift/source-to-image
- cd ${GOPATH}/src/github.com/openshift/source-to-image
- export PATH=$PATH:${GOPATH}/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64/
- hack/build-go.sh
script: make test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment