Commit Graph

48 Commits

Author SHA1 Message Date
Lynn Cyrin
5646b9ecb8 update test paths 2019-09-15 21:48:54 -07:00
Ajitem Sahasrabuddhe
85755588ac
Merge branch 'master' into remove-flag-generation 2019-09-10 15:04:12 +05:30
Ajitem Sahasrabuddhe
426e21c150
Update .travis.yml
Set GOPROXY in Travis environment
2019-09-10 06:18:23 +05:30
Ajitem Sahasrabuddhe
39bd617664
Cleanup after before_script to avoid git diff errors
remove windows build
2019-09-10 06:18:11 +05:30
Ajitem Sahasrabuddhe
edbf66c25c
Update gfmrun import command to suite Go Modules pattern
Fix test command typo in travis script
2019-09-10 06:17:58 +05:30
Ajitem Sahasrabuddhe
afd0ecbbf2
Add support for Go 1.13
Drop support for Go 1.11
Use md2man v2 to avoid dependency issues when building with Go Modules
Enabled
Update TravisCI build environment images (trusty was deprecated)
Add optional Windows build
2019-09-10 06:17:39 +05:30
Ajitem Sahasrabuddhe
5c81af9f10
Remove generate script from travis flow
Remove unused dependencies from travis script
2019-09-09 07:48:08 +05:30
Ajitem Sahasrabuddhe
1f4473209d
Update .travis.yml
support go versions in line with go's release policy
2019-08-07 13:50:04 +05:30
Ajitem Sahasrabuddhe
e2de8c7458
update readme with correct error message, add 1.12 and 1.11 to travis 2019-08-07 12:38:17 +05:30
Ajitem Sahasrabuddhe
c19938fbbf
update ci commands 2019-08-07 01:51:02 +05:30
Ajitem Sahasrabuddhe
adfe6a09c1
indenting fix 2019-08-06 12:14:18 +05:30
Ajitem Sahasrabuddhe
58ae5eb590
move entire build system to go 2019-08-04 20:06:44 +05:30
Ajitem Sahasrabuddhe
4b0a410463
fix travis build 2019-08-04 12:26:48 +05:30
Ajitem Sahasrabuddhe
fb4cea5f30
add new generation logic to travis 2019-08-04 12:22:45 +05:30
Ajitem Sahasrabuddhe
b6bfbe97f8
update appveyor to go 1.11, add support for code coverage generation in tests 2019-08-04 12:16:07 +05:30
Gábor Lipták
769f6d543b
Bring Go version current 2018-10-18 21:00:02 -04:00
Dan Buch
184ffb5e57
Use os matrix instead of explicit matrix.include 2017-08-03 15:38:19 -04:00
Dan Buch
8164aa88ca
Update travis config
to only test on 1.8.x, and ensure we route to Ubuntu Trusty and a
recent macOS image.
2017-08-03 15:07:56 -04:00
Jesse Szwedko
1bf0bb96b7 Only support supported Go versions
As described on https://github.com/golang/go/wiki/Go-Release-Cycle

The maintainers do not test compatibility for libraries (e.g. in
golang.org/x/tools) on older versions.
2017-04-24 11:02:41 -07:00
Jesse Szwedko
572dc46db5 Explicitly fetch goimports
Fetching the whole tree was failing on some Go versions and we really
only need goimports.
2017-04-24 10:40:54 -07:00
Antonio Murdaca
d913b71c72
.travis.yml: add go 1.7.x
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-10-21 10:46:51 +02:00
Dan Buch
c0cf41eb54
Skip gfmrun installation and tests below go1.3 2016-08-22 15:26:33 -04:00
Dan Buch
76fb6d2ab7
Pin testing on go 1.4.2
since 1.4.3 is lacking `vet`
2016-07-23 18:16:45 -04:00
Dan Buch
71a99921b4
Bump tested go versions
and (maybe?) take advantage of support for N.x version syntax
2016-07-23 17:52:19 -04:00
Dan Buch
8d4b6abc2b
Ignore failed goimports installs
since we only use it with go versions >= 1.5 anyway
2016-07-23 14:39:14 -04:00
Dan Buch
2c1fd1510c
Switch to renamed gfmrun tool 2016-07-16 09:12:42 -04:00
Dan Buch
8a7c9b1e68
Merge remote-tracking branch 'origin/master' into flag-context-gen 2016-07-12 13:15:25 -04:00
Dan Buch
fa120b0c1d
Drop testing of go1.1.2
since it's already a fairly diverged set of tests, and the fact that it passes
appears to be causing issues with overall CI build status, which is probably
some odd issue that surfaces because we're using `matrix.include`
2016-07-10 19:27:39 -04:00
Dan Buch
6185b8d8fd
Generate code for flag types and context accessors 2016-06-23 00:56:44 -04:00
Dan Buch
ee69d3c011
Generate TOC in README
and assert it is up to date
2016-06-16 11:47:19 -04:00
Dan Buch
f2d92acb5d
Point at correct gfmxr location 2016-05-24 16:07:30 -04:00
Dan Buch
f136df348e
Only test latest go on osx 2016-05-23 20:21:14 -04:00
Dan Buch
dcc28a1b2b
Enable osx testing 2016-05-23 20:19:54 -04:00
Dan Buch
71b858d796
Skipping gfmxr on go1.1, too 2016-05-21 08:53:15 -04:00
Dan Buch
9132ebec9e
Customize install step for go1.1.2 2016-05-21 08:53:09 -04:00
Dan Buch
d94fdb3e84
Break runtests back into steps for more granular CI feedback 2016-05-09 08:58:20 -04:00
Dan Buch
b9f33fbe6d
Add a vet/test runner script with coverage on by default 2016-05-09 08:41:01 -04:00
Matt Farina
0a3c5e7516 Letting Travis CI select the patch version of Go 1.4 to use
The last release of Go 1.4 when installed on Travis CI does not
have go vet installed. Letting Travis CI select the patch version
instead.
2016-05-06 12:30:30 -04:00
Matt Farina
cd230f3a88 Update travis config for Go versions
- Added Go 1.6 testing
- Updated 1.5.x and 1.4.x to latest point releases
2016-05-06 12:19:01 -04:00
Dan Buch
9e8ead512a
Making gfmxr assertion stronger 2016-04-27 11:40:46 -04:00
Dan Buch
3b5133fbb1
Add gfmxr integration for checking examples in README.md
now that we support the legacy Action func signature.
2016-04-27 11:38:49 -04:00
Jesse Szwedko
aca5b047ed Drop support for Go 1.0.3
Incompatible with the new alternate input sources and I don't see
a compelling reason to continue its support.
2016-03-06 20:12:29 -08:00
Jesse Szwedko
631930114f Also test on Go tip
But allow it to fail
2015-11-15 13:14:18 -08:00
Gabe Rosenhouse
7c6caf69ef Update golang versions used by Travis CI
- current latest: 1.5.1
2015-11-13 23:47:41 -08:00
Dan Buch
e04e926f10 Update Travis config to run against more versions on faster CI 2015-06-11 01:27:57 -04:00
jszwedko
9e5f47524b Run go vet as part of Travis build 2014-07-14 13:48:52 -04:00
Jeremy Saenz
bc62473936 JMS #7: Adding go version 1.1 2013-07-20 09:06:27 -07:00
Jeremy Saenz
fc6dccda7f JMS #7: Adding travis config 2013-07-20 09:02:10 -07:00