diff options
| author | Jakob Unterwurzacher | 2018-08-26 13:04:18 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2018-08-26 13:04:18 +0200 | 
| commit | 22906cc5faa5310c5dd0e6bb37f3acbbe4b93081 (patch) | |
| tree | efb17b14bd8d644c64774c4a232cc790662baba3 | |
| parent | 658cc4aebba2f1e328911cf6e2f9f6c9d1084a6c (diff) | |
travis: add Go 1.11
Released two days ago
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 5ee713b..cc348e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ go:    - 1.8.x    - 1.9.x    - 1.10.x +  - 1.11.x    - stable  before_install: | 
