Thomas Pelletier
f9070d3b40
Use go mod ( #265 )
2019-03-21 17:22:05 -07:00
Thomas Pelletier
405d48dc28
Port toml-test to pure Go ( #264 )
...
* Port toml-test to pure Go
This change basically ports the toml-test examples test suite to pure
Go. This removes the snowflake test.sh required to run such tests, and
allows us to the example tests on any platform (which includes Windows
as part of the pull-request testing).
* Allow CircleCI failure for go tip
2019-03-20 00:23:14 -07:00
Thomas Pelletier
bef2d19cb0
Go 1.12 ( #261 )
2019-03-05 20:19:32 -08:00
Karthik K
4edab6691b
Travis check for golang 1.11 ( #240 )
2018-09-17 21:05:06 -07:00
Thomas Pelletier
c2dbbc24a9
Add Codecov badge to README
2018-07-24 11:51:02 -07:00
Thomas Pelletier
14d3ac30da
Setup Codecov ( #235 )
2018-07-24 11:27:17 -07:00
Thomas Pelletier
a295f02a64
AppVeyor Windows build ( #234 )
...
Fixes #229
2018-07-18 16:44:55 -07:00
Cameron Moore
66540cf1fc
Go 1.10 support ( #223 )
...
* Update Travis CI to use latest Go releases
* Fix go vet issues for Go 1.10
Starting in Go 1.10, the `go test` command now automatically runs `go
vet`. This commit fixes two issues flagged by vet that cause `go test`
to fail.
* Fix gofmt issue for Go 1.10
Go 1.10 introduced a small formatting change with comments in empty
multiline slice definitions. This commit attempts to move the offending
comment in such a way that all version of gofmt will agree on its
location.
* Remove go-vet from test.sh
Starting in Go 1.10, the `go test` command automatically runs `go vet`,
so we don't need to run `go vet` explicitly from within test.sh.
Fixes #222
2018-03-23 11:52:43 -07:00
Thomas Pelletier
9bf0212445
Bump go versions ( #211 )
2018-01-15 16:08:35 -08:00
Thomas Pelletier
6d858869d3
Describe versioning policy in README ( #198 )
2017-10-21 19:08:12 -07:00
Thomas Pelletier
9c1b4e331f
Bump golang to 1.9 ( #179 )
2017-08-24 20:46:50 -07:00
Thomas Pelletier
fe7536c3de
Run benchmarks and fmt in travis ( #174 )
2017-06-01 23:55:32 -07:00
Thomas Pelletier
e94d595cd4
Update tested Go versions ( #173 )
2017-06-01 21:42:09 -07:00
Thomas Pelletier
13d49d4606
Fix coveralls ( #136 )
2017-03-02 09:43:01 -08:00
Thomas Pelletier
22139eb546
Test with go 1.8 ( #129 )
2017-02-16 17:27:36 -08:00
Thomas Pelletier
d1fa2118c1
Bump test go to 1.7.5 ( #127 )
...
* Bump test go to 1.7.5
* Use travis container infrastructure
* Don't run the tests twice on PRs
2017-02-03 13:36:21 -08:00
Thomas Pelletier
d464759235
Bump test go patchlevels ( #113 )
...
* 1.6.4
* 1.7.4
2016-12-02 11:42:58 +01:00
Thomas Pelletier
f7f14983c3
Update travis to go1.7.3 ( #109 )
2016-11-23 15:21:57 +01:00
Cameron Moore
0049ab3dc4
Update Travis build ( #89 )
...
* Test with the latest releases.
* Allow tip to fail.
2016-08-22 14:27:12 +02:00
Thomas Pelletier
31c735e72c
Test with go 1.7. Stop testing with 1.4 ( #87 )
2016-08-16 14:03:31 +02:00
Thomas Pelletier
7f292800de
Target latest Go patch level in Travis ( #80 )
2016-07-25 09:41:11 +02:00
Thomas Pelletier
e58cfd32d4
Bump to golang 1.6.2 on Travis
2016-04-21 09:22:47 +02:00
Thomas Pelletier
afca7f3334
Hardcode Go versions in .travis.yml
2016-04-13 09:23:15 +02:00
Thomas Pelletier
fe63e9f76d
Run tests for 1.6
2016-02-20 13:29:42 +01:00
Thomas Pelletier
a402e618c3
sudo is not needed by travis anymore
2016-02-19 14:17:07 +01:00
Thomas Pelletier
0488b850c6
Have Travis run 1.5.3
2016-01-14 11:33:30 +01:00
Thomas Pelletier
56c6106477
Specify point versions in Travis
2015-09-10 09:51:39 +01:00
Thomas Pelletier
da703daafe
Add go 1.5 to tested versions
2015-08-19 10:24:53 -07:00
Thomas Pelletier
d61c80733b
Add goveralls
2015-07-16 23:51:41 -07:00
Thomas Pelletier
6adf8057ed
Use the new Travis container infrastructure
...
http://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F
2015-07-15 09:12:52 -07:00
Thomas Pelletier
61449e9d32
Test for Go 1.4.1
2015-04-23 15:36:06 -07:00
Thomas Pelletier
48c977fb58
Test for golang 1.4
2015-04-23 15:33:31 -07:00
Thomas Pelletier
5ad4cb7120
Add 1.3 to Travis' build matrix
2014-08-14 10:14:50 +02:00
eanderton
713478a34e
Dropped travis support for go v1.0
2014-07-08 22:12:58 -04:00
Thomas Pelletier
0773148832
Merge branch 'master' of github.com:pelletier/go-toml
2013-12-10 22:00:49 +01:00
Thomas Pelletier
fbf99a1816
Add Go 1.2 to the build matrix
2013-12-10 21:55:30 +01:00
Thomas Pelletier
bbe45c63f2
Add test script to run both unit and example tests
2013-12-10 14:50:52 +01:00
Thomas Pelletier
34d60ec92f
Make Travis use multiple Go versions
2013-07-01 22:12:22 +02:00
Thomas Pelletier
3e85ec9c72
Add TravisCI file
2013-03-26 09:51:47 +01:00