aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-10-24Travis: test on 1.9 as well (#191)Eric Paris
Lets see if this still works (1.7 and 1.8 don't work with golint anymore)
2018-10-24travis: update to 1.10 and 1.11 in travis tests (#190)Eric Paris
Hopefully this will get tests back to life
2018-10-24Fix golint import path (#189)golint fixer
2017-05-02Add Go 1.8.1 to .travis.ymlAlbert Nigmatzianov
2017-05-02Update .travis.ymlAlbert Nigmatzianov
2016-10-24Remove Go 1.5 from TravisBjørn Erik Pedersen
Fails to go get golint. Also bump Go 1.7 to 1.7.3
2016-08-16Update travis configCameron Moore
2016-07-18Bump Go versions in Travis configBjørn Erik Pedersen
2016-04-11Remove go 1.3 and 1.4 from travis; add 1.6John Schnake
Due to the age of 1.3 and 1.4, removing them from travis. They currently are incompatible with golint as well, meaning that we, otherwise, need to remove golint in testing.
2015-12-18Issue #55: implement Go 1.5-style default usage formatting.Giovanni Bajo
Compare to 1.4, the main difference in formatting is the placement of default values. Moreover, UnquoteUsage() is now added (and exported, for full API compatibility with the standard flag package), so backtick words in usage messages can be used to set the placeholder name. Compared to the standard flag package, this patch always prints usage in one-line, with automatic alignment, because I feel that the 1.4 output is very confusing when modified to include also dash-dash flags.
2015-10-13And test go 1.5 while we are at itEric Paris
2015-09-23Add more CI checks forcing code cleanlinessEric Paris
2015-04-29Update travis for spf13Eric Paris
2015-02-14Add .travis.yml fileAlex Ogier