diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2a58cd8..f60b8d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - GOTAGS= - GOTAGS=libsqlite3 - GOTAGS=trace - #- GOTAGS="libsqlite3 trace" # trusty is too old for this + - GOTAGS=vtable go: - 1.7 - 1.8 |