mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
travis.yml: Add Go 1.7, remove Go 1.5
This commit is contained in:
@@ -3,8 +3,8 @@ sudo: required
|
||||
services:
|
||||
- docker
|
||||
go:
|
||||
- 1.5.4
|
||||
- 1.6.2
|
||||
- 1.6.3
|
||||
- 1.7
|
||||
- tip
|
||||
matrix:
|
||||
allow_failures:
|
||||
@@ -22,7 +22,7 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
go: '1.6.2'
|
||||
go: '1.6.3'
|
||||
condition: "$TRAVIS_PULL_REQUEST = false"
|
||||
notifications:
|
||||
email: change
|
||||
|
||||
Reference in New Issue
Block a user