diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-01 17:29:49 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-03-01 17:29:49 +0900 |
commit | 845016ce9c1e7ac16b4406948d4fdd72aca779e2 (patch) | |
tree | 9514868a9b76e40000a10344bce0228191768318 | |
parent | workaround for a compiler (diff) | |
download | golite-845016ce9c1e7ac16b4406948d4fdd72aca779e2.tar.gz golite-845016ce9c1e7ac16b4406948d4fdd72aca779e2.tar.xz |
test on 1.8
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b1a2886..1aa56d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ env: - GOTAGS=trace #- GOTAGS="libsqlite3 trace" # trusty is too old for this go: - - 1.5 - 1.6 + - 1.7 + - 1.8 - tip before_install: - go get github.com/mattn/goveralls |