diff options
| author | David Hill <[email protected]> | 2018-08-30 15:11:22 -0400 | 
|---|---|---|
| committer | David Hill <[email protected]> | 2018-08-30 15:11:38 -0400 | 
| commit | d8f796af33cc11cb798c1aaeb27a4ebc5099927d (patch) | |
| tree | 40836b2d3ecc984726012626fe12f0aa2acc75dc | |
| parent | 8991bc29aa16c548c550c7ff78260e27b9ab7c73 (diff) | |
travis: test against go 1.11
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1f4cbf5..82e742f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go:      - 1.8.x      - 1.9.x      - 1.10.x +    - 1.11.x      - tip  sudo: false  install:  | 
