commit | 9220f08973b26b6638cf8994595045e254630b4f | [log] [tgz] |
---|---|---|
author | Justinas Stankevičius <justinas@users.noreply.github.com> | Tue Sep 06 14:40:41 2016 +0300 |
committer | GitHub <noreply@github.com> | Tue Sep 06 14:40:41 2016 +0300 |
tree | b95b746d30a763eeb3d617b4b32f490eb9a9e673 | |
parent | 7cc956149be7f0a2822a9b26300364130b6d3142 [diff] | |
parent | e53a3480b3e5767bd3ae80ba6b4d604f6e085b8f [diff] |
Merge pull request #37 from wayneashleyberry/patch-2 Update README.md
diff --git a/.travis.yml b/.travis.yml index 5c7621e..f56caed 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -3,11 +3,15 @@ install: - go get github.com/stretchr/testify/assert -go: - - 1.1 - - 1.2 - - 1.3 - - 1.4 - - 1.5 - - 1.6 - - tip +matrix: + include: + - go: 1.1 + - go: 1.2 + - go: 1.3 + - go: 1.4 + - go: 1.5 + - go: 1.6 + - go: 1.7 + - go: tip + allow_failures: + - go: tip