diff options
| author | Carlos Martín Nieto <[email protected]> | 2016-08-27 20:52:07 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2016-08-27 20:52:07 +0200 |
| commit | 5c678353faa4f180ee4ad8a5e58ca71e093cf757 (patch) | |
| tree | 86ae5d33f57d2444a22f7a7992803dab4a6f968b | |
| parent | b41e4c4ac7c7ec4d45ec5d8903077bd01264549f (diff) | |
Add Go 1.7 to the build list
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 016cf2d..79ad168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ go: - 1.4 - 1.5 - 1.6 + - 1.7 - tip matrix: |
