commit | e52f4b0498a94fcc64e8949063f633ee0c69a0a8 | [log] [tgz] |
---|---|---|
author | Matt Farina <matt@mattfarina.com> | Tue Feb 23 08:57:21 2016 -0500 |
committer | Matt Farina <matt@mattfarina.com> | Tue Feb 23 08:57:21 2016 -0500 |
tree | 9346202d3cebb6f8129a60d2c5da2bd7cdebe167 | |
parent | 9780ec1e302dca9c80fb9e9545f5da173cb555b9 [diff] | |
parent | a7b3a50fb2de8052194fb096440f487dae1f4eb9 [diff] |
Merge pull request #281 from Masterminds/feat/travis-go-1.6 Add support for Go 1.6 and Go Dev to Travis
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: