aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Github Actions yaml and set LDFLAGS on windows (#843)raa01212020-08-251-36/+0
| | | and remove .travis.yml
* Update amalgamation code (#842)mattn2020-08-191-2/+0
| | | | | * Update amalgamation code * Drop go1.9 and go1.10
* Travis-CI: set go_import_path (#829)Olivier Mengué2020-07-211-0/+2
| | | | | Set go_import_path to tell Travis-CI where to checkout the code, so the Travis build can also work on forks. This is important when building without Go modules support.
* Travis-CI: add Go 1.14.x, change order of Go versions (#830)Olivier Mengué2020-07-211-5/+6
| | | | | | | Changes in Go versions for the Travis-CI builds: - reverse order of Go versions so the latest ones are checked first - add Go 1.14.x (latest stable) at the first position - use 'tip' instead of 'master' (like https://tip.golang.org) and move it just after 1.14.x
* Fix #808: remove goconvey (#809)Diego Becciolini2020-05-141-2/+4
| | | | | * don't need smartystreets/goconvey any longer * synchronise coveralls
* Add Go 1.12.x/1.13.x to CI.Trevor Pounds2019-10-071-0/+2
|
* Closes #597G.J.R. Timmer2019-08-221-2/+2
|
* Remove separate go buildEgon Elbre2019-02-101-1/+0
|
* Faster travis runningEgon Elbre2019-02-101-18/+8
|
* all: fix cgo compile failures on tipKevin Burke2018-11-011-1/+2
| | | | | | | | Apparently the cgo typechecks get better on tip, so use C.int instead of Go integers. Build tip as part of the Travis build, so we can ensure that any errors are resolved before they get released to a wider audience.
* Add support for sqlite3_unlock_notifyMura Li2018-10-201-1/+1
|
* Add Go 1.11 to Travis build matrixEmir Beganović2018-10-091-0/+1
|
* icu4c 62.1 already installedYasuhiro Matsumoto2018-09-111-1/+0
|
* Update Travis-CIGert-Jan Timmer2018-06-121-3/+1
| | | | | | Moved `sqlite_vacuum_incr` and `sqlite_vtable` to module job. * `sqlite_vacuum_incr` will only store the required auto vacuum information into the datbase page, and not peform an vacuum therefor this can be added easily to the module job. - `sqlite_vtable` does not require an seperate job because user will include the tag in combination with others.
* Merge pull request #574 from GJRTimmer/update/travismattn2018-06-121-59/+0
|\ | | | | Follow official Release Policy
| * Removed Windows Cross-CompileGert-Jan Timmer2018-05-291-40/+0
| | | | | | [ci skip]
| * Removed Golang:1.8Gert-Jan Timmer2018-05-291-19/+0
| | | | | | Updated package for follow official Golang Release Policy.
* | Add: goconvey to Travis-CIGert-Jan Timmer2018-06-051-1/+1
| |
* | Implemented goconvey for User Authentication TestsGert-Jan Timmer2018-06-041-0/+1
|/ | | Reference #580
* Update Travis CIGert-Jan Timmer2018-05-251-77/+4
| | | | Removed: 32Bit Windows Cross-Compile Aggregated: sqlite_trace into main module build
* Fix: OSX icu moduleGert-Jan Timmer2018-05-251-1/+1
|
* Reduced build timeGert-Jan Timmer2018-05-251-49/+0
| | | Closes #567
* Update: Travis CIGert-Jan Timmer2018-05-251-259/+9
|
* Add: icu4c to OSXGert-Jan Timmer2018-05-241-0/+1
| | | Required for building SQLite module `icu`
* Update: Travis CIGert-Jan Timmer2018-05-241-16/+328
| | | Added Cross-Compile jobs for additional feature(s)
* Update: Travis CIGert-Jan Timmer2018-05-241-1/+3
| | | Usage of new build tag names
* Update: Travis CIGert-Jan Timmer2018-05-241-1/+12
|
* Add: EOLGert-Jan Timmer2018-05-241-1/+1
|
* Update Travis CIGert-Jan Timmer2018-05-231-10/+138
| | | | | | | | | | Add: OSX Add: Windows Cross-Compile Add: Golang: 1.10.x Exclusions: - Golang: 1.7 from OSX - Golang: Master does not cause build failure - Tests for Windows Cross-Platform
* Updated travis.ymlSergey Mudrik2017-10-221-3/+4
| | | Use the latest Go version in each major branch (documentation: https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use)
* add test envYasuhiro Matsumoto2017-03-051-1/+1
|
* remove 1.6Yasuhiro Matsumoto2017-03-011-1/+0
|
* test on 1.8Yasuhiro Matsumoto2017-03-011-1/+2
|
* disable combination of libsqlite3 and trace because travis(trusty) is too old.Yasuhiro Matsumoto2016-11-081-1/+1
|
* fix .travis.ymlJoachim Bauch2016-11-081-1/+1
|
* Test different build configurations on Travis.Joachim Bauch2016-11-081-1/+6
|
* Fix data race introduced on 605d9d08andrefsp2016-11-071-1/+1
| | | | | This commit will fix a data race introduced on 605d9d08 and also make sure travis CI will now check for data races.
* Bump Travis to Ubuntu 14.04Zbigniew Mandziejewicz2016-04-231-1/+3
|
* Test with libsqlite3Zbigniew Mandziejewicz2016-04-231-1/+4
|
* Remove gocovYasuhiro Matsumoto2016-03-151-1/+0
|
* go cover has movedMichael K2014-11-141-1/+1
|
* Use goveralls -repotokenmattn2014-02-071-1/+1
|
* go covermattn2014-01-291-0/+1
|
* Use tip on travismattn2013-08-291-0/+2
|
* Add goveralls for travismattn2013-06-111-0/+5
|
* Updated to newer go support in travis-ci. It is both simpler and should test ↵Carlos Castillo2012-10-281-16/+1
| | | | faster.
* add travis recepi.mattn2012-03-301-0/+16