diff options
author | Matthew Holt <[email protected]> | 2016-09-19 17:25:21 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2016-09-19 17:25:21 -0600 |
commit | c4a177bd3beb5bd782a1b494ab12bcf8964a1bb8 (patch) | |
tree | a22ca8bc628d7cc8dc6e385aeb155a280fa6752d /.travis.yml | |
parent | 8ecd543519c09bba63368bd799e194b82978e9f8 (diff) | |
download | caddy-c4a177bd3beb5bd782a1b494ab12bcf8964a1bb8.tar.gz caddy-c4a177bd3beb5bd782a1b494ab12bcf8964a1bb8.zip |
Fix lint warnings and update CI tests to Go 1.7.1
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 517c1bcf8..90533daaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.6.3 - - 1.7 + - 1.7.1 - tip matrix: |