diff options
| author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 15:04:02 +0200 |
|---|---|---|
| committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 15:04:02 +0200 |
| commit | 0eb0d18f674c808f523f67860aa0e04e750aee6e (patch) | |
| tree | fb5131d273b9b28dd3343a250a2dab23bc64868c /.travis.yml | |
| parent | Merge pull request #572 from GJRTimmer/update/docs (diff) | |
| download | golite-0eb0d18f674c808f523f67860aa0e04e750aee6e.tar.gz golite-0eb0d18f674c808f523f67860aa0e04e750aee6e.tar.xz | |
Removed Golang:1.8
Updated package for follow official Golang Release Policy.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml index ba8c891..dd0bbca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,31 +18,12 @@ env: - GOTAGS=sqlite_vtable go: - - 1.8.x - 1.9.x - 1.10.x matrix: include: - os: linux - go: 1.8.x - env: GOTAGS= GOOS=windows GOARCH=amd64 - - os: linux - go: 1.8.x - env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64 - - os: linux - go: 1.8.x - env: GOTAGS="sqlite_allow_uri_authority sqlite_app_armor sqlite_foreign_keys sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_secure_delete sqlite_see sqlite_stat4 sqlite_trace sqlite_userauth" GOOS=windows GOARCH=amd64 - - os: linux - go: 1.8.x - env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64 - - os: linux - go: 1.8.x - env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64 - - os: linux - go: 1.8.x - env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64 - - os: linux go: 1.9.x env: GOTAGS= GOOS=windows GOARCH=amd64 - os: linux |
