Skip to content
Snippets Groups Projects
Unverified Commit e137db97 authored by Stephan Renatus's avatar Stephan Renatus Committed by GitHub
Browse files

Merge pull request #1457 from srenatus/sr/travis/use-go-1.1{1,2}.x

travis: replace golang 1.10 and 1.11 with 1.12
parents 49e59fb5 11913a28
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,7 @@ sudo: required ...@@ -4,10 +4,7 @@ sudo: required
matrix: matrix:
include: include:
- go: '1.10.x' - go: '1.12.x'
- go: '1.11.x'
- go: '1.11.x'
env: GO111MODULE=on
env: env:
global: DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_ETCD_ENDPOINTS=http://localhost:2379 DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive DEX_KEYSTONE_URL=http://localhost:5000 DEX_KEYSTONE_ADMIN_URL=http://localhost:35357 DEX_KEYSTONE_ADMIN_USER=demo DEX_KEYSTONE_ADMIN_PASS=DEMO_PASS global: DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_ETCD_ENDPOINTS=http://localhost:2379 DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive DEX_KEYSTONE_URL=http://localhost:5000 DEX_KEYSTONE_ADMIN_URL=http://localhost:35357 DEX_KEYSTONE_ADMIN_USER=demo DEX_KEYSTONE_ADMIN_PASS=DEMO_PASS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment