Skip to content

Commit

Permalink
Test, and build for go1.10 only
Browse files Browse the repository at this point in the history
This will also ensure that we deploy using go1.10.

TODO: perhaps use Travis CI build steps so that we can test
against multiple versions, but only deploy for the latest.
  • Loading branch information
MrSaints committed Mar 15, 2018
1 parent 1740467 commit 881ce38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: required
language: go
go:
- 1.8
- 1.9
- "1.10"
services:
- docker
install:
Expand Down

0 comments on commit 881ce38

Please sign in to comment.