mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
travis: Update Go version to 1.7.4
This commit is contained in:
@@ -3,15 +3,12 @@ sudo: required
|
||||
services:
|
||||
- docker
|
||||
go:
|
||||
- 1.6.3
|
||||
- 1.7
|
||||
- 1.6.4
|
||||
- 1.7.4
|
||||
- tip
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
env:
|
||||
global:
|
||||
- GO15VENDOREXPERIMENT="1"
|
||||
install:
|
||||
- go get github.com/golang/lint/golint
|
||||
script:
|
||||
@@ -22,7 +19,7 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
go: '1.6.3'
|
||||
go: '1.7.4'
|
||||
condition: "$TRAVIS_PULL_REQUEST = false"
|
||||
notifications:
|
||||
email: change
|
||||
|
||||
Reference in New Issue
Block a user