Commit graph

12 commits

Author SHA1 Message Date
Olaoluwa Osuntokun
672f737332
build: use go 1.9.4 and 1.10 for travis builds 2018-05-14 19:51:39 -07:00
David Hill
a5ecb5d954 travis: +go 1.8.x -go 1.6.x (#94) 2017-04-19 10:14:49 -04:00
David Hill
86346b5a95 build: Add gosimple linter to goclean.sh 2017-01-11 15:38:44 -05:00
John C. Vernaleo
1425c4327e Modify goclean to use gometalint like btcd 2016-12-01 11:23:38 -06:00
David Hill
68e5965458 Update travis to test against golang 1.7 (#80) 2016-08-17 13:13:29 -05:00
Dave Collins
bdf4400eca TravisCI: Remove external go vet reference. (#74)
The vet tool moved into the Go source tree as of Go 1.5.  Its previous
location in the x/tools repo was deprecated at that time and has now
been removed.

This commit updates the .travis.yml configuration to avoid fetching vet
from the old location and to simply use the version now available as
part of the standard Go install.

Also, while here, remove the check for changing the tool path since it
is no longer needed.
2016-04-07 13:25:49 -05:00
Dave Collins
52bb44a147 Update TravisCI for Go 1.6.
Now that Go 1.6 has been released, remove the old Go versions from the
configurations tested by TravisCI and add the latest point releases.
2016-03-22 12:39:47 -05:00
Dave Collins
f3db5cf7e5 Use container-based builds on TravisCI.
Also, import the goclean.sh script directly into this repository and
call it directly instead of using a remote gist.
2015-07-28 03:45:19 -05:00
Josh Rickmar
56fe089f4e Update Go versions for Travis. 2015-02-05 17:56:03 -05:00
Dave Collins
5509c323a4 Add test coverage badge to README.md. 2014-12-20 05:19:47 -06:00
Dave Collins
cd83976947 Update TravisCI to use goclean script. 2014-12-20 05:01:59 -06:00
Dave Collins
9759e8dc64 Add support for TravisCI.
Also add TravisCI build status badge to README.md.
2013-12-10 19:14:24 -06:00