summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2016-09-19 17:25:21 -0600
committerMatthew Holt <[email protected]>2016-09-19 17:25:21 -0600
commitc4a177bd3beb5bd782a1b494ab12bcf8964a1bb8 (patch)
treea22ca8bc628d7cc8dc6e385aeb155a280fa6752d /.travis.yml
parent8ecd543519c09bba63368bd799e194b82978e9f8 (diff)
downloadcaddy-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.yml2
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: