Skip to content

Commit

Permalink
Set explict versions in Travis
Browse files Browse the repository at this point in the history
Set explicit versions in Travis configuration to fix deploy step.
  • Loading branch information
HeavyWombat committed Jun 22, 2018
1 parent 5424694 commit 09414d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
language: go
go:
- 1.9.x
- 1.10.x
- 1.9.7
- 1.10.3

install:
- go get honnef.co/go/tools/cmd/megacheck
Expand All @@ -13,6 +13,7 @@ install:
github.com/onsi/ginkgo/ginkgo
github.com/onsi/gomega/...
- export PATH=$PATH:$HOME/gopath/bin
- echo $TRAVIS_GO_VERSION

before_deploy:
- make build
Expand All @@ -25,5 +26,5 @@ deploy:
file_glob: true
file: binaries/*
on:
go: 1.10.1
go: 1.10.3
tags: true

0 comments on commit 09414d0

Please sign in to comment.