diff options
author | David Anderson <[email protected]> | 2017-05-14 00:18:14 -0700 |
---|---|---|
committer | David Anderson <[email protected]> | 2017-05-14 00:19:26 -0700 |
commit | 7ef32e3c68ff50a2002528af7ff7676fb58be0a2 (patch) | |
tree | 9a3fa394ccfd567696ffa35aff154aabcd19acbd | |
parent | e07ececb94dd7fe786db042337ad2dc0d5a448a6 (diff) |
Add Go 1.8 to the build matrix.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 76a5fe7..fcf08c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go_import_path: go.universe.tf/tlsrouter go: - 1.7 +- 1.8 - tip os: - linux |