diff options
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 0eabb81..e85a5f2 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -4,7 +4,7 @@ services: | |||
4 | - docker | 4 | - docker |
5 | language: go | 5 | language: go |
6 | go: | 6 | go: |
7 | - 1.8.1 | 7 | - "1.11.x" |
8 | 8 | ||
9 | install: | 9 | install: |
10 | # This script is used by the Travis build to install a cookie for | 10 | # This script is used by the Travis build to install a cookie for |