Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 877947d6afddce2115e3f20fac6652149a91bcbd
https://github.com/btcsuite/btcwallet/commit/877947d6afddce2115e3f20fac6652149a91bcbd
Author: Josh Rickmar <[email protected]>
Date: 2016-05-06 (Fri, 06 May 2016)
Changed paths:
M .travis.yml
Log Message:
-----------
Enable vendor experiment for Go 1.5 on Travis-CI.
Previously, the GO15VENDOREXPERIMENT environment variable was unset,
leaving travis to only use the vendored packages during builds for Go
1.6 which enabled the experiment by default. Export the variable so
it also correctly tests under Go 1.5.