Skip to content

Commit

Permalink
Add go version 1.12 for testing and remove 1.9 from tests (should sti…
Browse files Browse the repository at this point in the history
…ll work, but only the last 3 major versions are used in testing)
  • Loading branch information
bendahl committed Mar 2, 2019
1 parent bedafc2 commit f3ecc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"

dist: trusty
sudo: required
Expand Down

0 comments on commit f3ecc40

Please sign in to comment.