travisci: Enable go 1.7
authorAndrey Petrov <andrey.petrov@shazow.net>
Tue, 16 Aug 2016 18:20:48 +0000 (14:20 -0400)
committerAndrey Petrov <andrey.petrov@shazow.net>
Tue, 16 Aug 2016 18:20:51 +0000 (14:20 -0400)
.travis.yml

index 47ddf4a7d1d35f16cec12dd7becd971e67c4c034..78086b997bc9ce3fb9b7cf18dbfd33cd928e3441 100644 (file)
@@ -4,7 +4,8 @@ notifications:
 language: go
 
 go:
-  - 1.6.2
+  - 1.6
+  - 1.7
 
 env:
   - CGO_ENABLED=0