commit | 70c53f255a5a9781df7adcec35511954200471b3 | [log] [tgz] |
---|---|---|
author | Matt Farina <matt@mattfarina.com> | Thu Aug 18 09:41:17 2016 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 18 09:41:17 2016 -0400 |
tree | 7495194675f4af4c3ed430238379854f915c9383 | |
parent | 6ca050c4d430f68857a57cd076a963144782b3c4 [diff] | |
parent | fdedeb865938b39a8f0a4387a5a8e272c21dfe94 [diff] |
Merge pull request #551 from Masterminds/travis-go1.7 Adding travis ci config for go 1.7
diff --git a/.travis.yml b/.travis.yml index e2a6a62..726c146 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -5,6 +5,7 @@ go: - 1.5 - 1.6 + - 1.7 - tip # Setting sudo access to false will let Travis CI use containers rather than