diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 772e140..a6b90ed 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -5,6 +5,7 @@ services: | |||
5 | language: go | 5 | language: go |
6 | go: | 6 | go: |
7 | - "1.12.x" | 7 | - "1.12.x" |
8 | - "1.11.x" | ||
8 | 9 | ||
9 | install: | 10 | install: |
10 | # This script is used by the Travis build to install a cookie for | 11 | # This script is used by the Travis build to install a cookie for |