Skip to content
Snippets Groups Projects
Commit d345dda2 authored by Benedikt's avatar Benedikt
Browse files

Use go in travis build to install S2I

parent 82d9b131
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment