Branch: refs/heads/master
Home: https://github.com/conformal/btcjson
Commit: 43b4cad8b69e3056018eaeb9b2bc9bba7a42af86
https://github.com/conformal/btcjson/commit/43b4cad8b69e3056018eaeb9b2bc9bba7a42af86
Author: Dave Collins <[email protected]>
Date: 2014-12-11 (Thu, 11 Dec 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
Update TracisCI for Go 1.4 release.
Our policy is to only ensure the code compiles for the latest Go release
minus one version. Since Go 1.4 has now been released, this commit
updates TravisCI to remove Go 1.2 from the build matrix and add Go 1.3.
Also, go vet changed locations in between Go 1.3 and Go 1.4, so a check
has been added to download the appropriate version based on which version
of Go is running the integration tests.
Finally, the previous removed Go tip entry in the build matrix has been
reintroduced since it will now work again.