Browse Source

*: update travis to use Go 1.7.4.

pull/720/head
rithu john 9 years ago
parent
commit
78cd0ceb41
  1. 2
      .travis.yml
  2. 2
      scripts/rkt-build

2
.travis.yml

@ -1,7 +1,7 @@
language: go
go:
- 1.7.3
- 1.7.4
services:
- postgresql

2
scripts/rkt-build

@ -8,6 +8,6 @@ sudo rkt run \
--dns=8.8.8.8 \
--net=host \
--insecure-options=image \
docker://golang:1.7.3-alpine \
docker://golang:1.7.4-alpine \
--exec=/bin/sh -- -x -c \
'apk add --no-cache --update alpine-sdk && cd /go/src/github.com/coreos/dex && make release-binary'

Loading…
Cancel
Save