Skip to content

Commit

Permalink
Merge pull request dexidp#1457 from srenatus/sr/travis/use-go-1.1{1,2}.x
Browse files Browse the repository at this point in the history
travis: replace golang 1.10 and 1.11 with 1.12
  • Loading branch information
srenatus authored May 28, 2019
2 parents 9af9c19 + 88ca149 commit f334f19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ sudo: required

matrix:
include:
- go: '1.10.x'
- go: '1.11.x'
- go: '1.11.x'
env: GO111MODULE=on
- go: '1.12.x'

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
Expand Down

0 comments on commit f334f19

Please sign in to comment.