From d345dda2fc3ca01f58aa33cd3f3727cf7553d544 Mon Sep 17 00:00:00 2001
From: Benedikt <beneritter@gmail.com>
Date: Wed, 23 Mar 2016 10:10:38 +0100
Subject: [PATCH] Use go in travis build to install S2I

---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6027fb6..f5b77c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
GitLab