mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-22 22:59:46 -04:00
Remove go 1.4 from the build matrix
This commit is contained in:
parent
71b593a265
commit
0d4ee09ea5
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.6
|
||||
|
||||
install:
|
||||
|
|
@ -19,4 +18,4 @@ branches:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- go: tip
|
||||
- go: 1.4.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue