diff options
| author | Jakob Unterwurzacher | 2019-10-06 21:53:50 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2019-10-06 21:53:50 +0200 | 
| commit | f9f3c6ac5c872a5d50f332f19defd3711bd5c1b1 (patch) | |
| tree | e69922bd11762b9c1ba46fdc3edeb63d804c1f71 | |
| parent | 8c4429408716d9890a98a48c246d616dbfea7e31 (diff) | |
travis: also test Go 1.12.x
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 2e6a13e..24123c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ go:    - 1.10.x    - 1.11.x    - 1.12.x +  - 1.12.x    - stable  before_install: | 
