diff options
author | Jakob Unterwurzacher | 2017-02-19 22:02:45 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-02-20 21:27:26 +0100 |
commit | cb2d1fbcf849098181cc289f60ceb23932b58377 (patch) | |
tree | c63f82a5e17f0909e0aaa4ceaa8104063b0d1234 /.travis.yml | |
parent | e406eb22ba6db2edbde8a17d9104b543c9efc0f3 (diff) |
Travis CI: also test with Go 1.8
(Currently failing the tests!)
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 ba2b985..5fea238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ go: - 1.5.4 - 1.6.3 - 1.7.1 + - 1.8 install: - go get . |