diff options
author | Matthew Holt <[email protected]> | 2016-02-14 00:10:57 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2016-02-14 00:10:57 -0700 |
commit | cae9f7de9c7915bfd02cc8606df9029986c97071 (patch) | |
tree | b4f549986c354dfb68b8f70767d675b97f6ec46e /.travis.yml | |
parent | a11e14aca8190cd0779cbcc6991742d4a376d45b (diff) | |
download | caddy-cae9f7de9c7915bfd02cc8606df9029986c97071.tar.gz caddy-cae9f7de9c7915bfd02cc8606df9029986c97071.zip |
gofmt -s; fix misspellings and lint; Go 1.5.3 in Travis CI
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 19ba6dbab..92bbffe59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.4.3 - - 1.5.2 + - 1.5.3 - tip install: |