Skip to content

Commit 53f6d42

Browse files
authored
Merge pull request #574 from GJRTimmer/update/travis
Follow official Release Policy
2 parents f268891 + 9965ee1 commit 53f6d42

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

.travis.yml

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -18,68 +18,9 @@ env:
1818
- GOTAGS=sqlite_vtable
1919

2020
go:
21-
- 1.8.x
2221
- 1.9.x
2322
- 1.10.x
2423

25-
matrix:
26-
include:
27-
- os: linux
28-
go: 1.8.x
29-
env: GOTAGS= GOOS=windows GOARCH=amd64
30-
- os: linux
31-
go: 1.8.x
32-
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
33-
- os: linux
34-
go: 1.8.x
35-
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
36-
- os: linux
37-
go: 1.8.x
38-
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
39-
- os: linux
40-
go: 1.8.x
41-
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
42-
- os: linux
43-
go: 1.8.x
44-
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
45-
- os: linux
46-
go: 1.9.x
47-
env: GOTAGS= GOOS=windows GOARCH=amd64
48-
- os: linux
49-
go: 1.9.x
50-
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
51-
- os: linux
52-
go: 1.9.x
53-
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
54-
- os: linux
55-
go: 1.9.x
56-
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
57-
- os: linux
58-
go: 1.9.x
59-
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
60-
- os: linux
61-
go: 1.9.x
62-
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
63-
- os: linux
64-
go: 1.10.x
65-
env: GOTAGS= GOOS=windows GOARCH=amd64
66-
- os: linux
67-
go: 1.10.x
68-
env: GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
69-
- os: linux
70-
go: 1.10.x
71-
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
72-
- os: linux
73-
go: 1.10.x
74-
env: GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
75-
- os: linux
76-
go: 1.10.x
77-
env: GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
78-
- os: linux
79-
go: 1.10.x
80-
env: GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
81-
82-
8324
before_install:
8425
- |
8526
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ go-sqlite3
1111
sqlite3 driver conforming to the built-in database/sql interface
1212

1313
Supported Golang version:
14-
- 1.8.x
1514
- 1.9.x
1615
- 1.10.x
1716

17+
[This package follows the official Golang Release Policy.](https://golang.org/doc/devel/release.html#policy)
18+
1819
### Overview
1920

2021
- [Installation](#installation)

0 commit comments

Comments
 (0)