File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 21
21
- 1.9.x
22
22
- 1.10.x
23
23
24
- matrix :
25
- include :
26
- - os : linux
27
- go : 1.9.x
28
- env : GOTAGS= GOOS=windows GOARCH=amd64
29
- - os : linux
30
- go : 1.9.x
31
- env : GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
32
- - os : linux
33
- go : 1.9.x
34
- 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
35
- - os : linux
36
- go : 1.9.x
37
- env : GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
38
- - os : linux
39
- go : 1.9.x
40
- env : GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
41
- - os : linux
42
- go : 1.9.x
43
- env : GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
44
- - os : linux
45
- go : 1.10.x
46
- env : GOTAGS= GOOS=windows GOARCH=amd64
47
- - os : linux
48
- go : 1.10.x
49
- env : GOTAGS=libsqlite3 GOOS=windows GOARCH=amd64
50
- - os : linux
51
- go : 1.10.x
52
- 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
53
- - os : linux
54
- go : 1.10.x
55
- env : GOTAGS=sqlite_vacuum_full GOOS=windows GOARCH=amd64
56
- - os : linux
57
- go : 1.10.x
58
- env : GOTAGS=sqlite_vacuum_incr GOOS=windows GOARCH=amd64
59
- - os : linux
60
- go : 1.10.x
61
- env : GOTAGS=sqlite_vtable GOOS=windows GOARCH=amd64
62
-
63
-
64
24
before_install :
65
25
- |
66
26
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
You can’t perform that action at this time.
0 commit comments