commit | a7b3a50fb2de8052194fb096440f487dae1f4eb9 | [log] [tgz] |
---|---|---|
author | Matt Butcher <mbutcher@engineyard.com> | Mon Feb 22 21:23:59 2016 -0700 |
committer | Matt Butcher <mbutcher@engineyard.com> | Mon Feb 22 21:23:59 2016 -0700 |
tree | 9a99b03717ca7d3e29de9b185ca4b2b3e1d014e6 | |
parent | 3babb2a6810f37fde5cb185f9714fb844d73cf04 [diff] |
Add support for Go 1.6 and Go Dev to Travis This adds build support for both Go 1.6 and Go "tip" If there is a way to make errors on tip non-fatal, we should do that.
diff --git a/.travis.yml b/.travis.yml index 0a42c0e..f54bf18 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -4,6 +4,8 @@ # against tip which has the features. go: - 1.5 + - 1.6 + - tip # Setting sudo access to false will let Travis CI use containers rather than # VMs to run the tests. For more details see: