Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Move 3.6 test version to newer v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Aug 7, 2017
1 parent d1f45fe commit 73de4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go:
matrix:
include:
- go: 1.8
env: AUTHORITATIVE=true OPENSHIFT_VERSIONS="v1.4.1 v1.5.1 v3.6.0-alpha.2"
env: AUTHORITATIVE=true OPENSHIFT_VERSIONS="v1.4.1 v1.5.1 v3.6.0"
sudo: required
services:
- docker
Expand All @@ -31,7 +31,7 @@ before_install:
sudo mv ${tmp} /etc/default/docker
sudo mount --make-shared /
sudo service docker restart
version="v3.6.0-alpha.2" commitId="3c221d5" && curl -L https://github.com/openshift/origin/releases/download/${version}/openshift-origin-client-tools-${version}-${commitId}-linux-64bit.tar.gz | tar -f - -x -z --strip-components=1 -C ${GOPATH}/bin/ openshift-origin-client-tools-${version}-${commitId}-linux-64bit/oc
version="v3.6.0" commitId="c4dd4cf" && curl -L https://github.com/openshift/origin/releases/download/${version}/openshift-origin-client-tools-${version}-${commitId}-linux-64bit.tar.gz | tar -f - -x -z --strip-components=1 -C ${GOPATH}/bin/ openshift-origin-client-tools-${version}-${commitId}-linux-64bit/oc
fi
install:
Expand Down

0 comments on commit 73de4ef

Please sign in to comment.