Browse Source

Merge pull request #9 from skip2/skip2-travis-go1.7

Update TravisCI config to use Go 1.7.
Tom Harwood 8 years ago
parent
commit
0bb60b5a71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: go
 language: go
 
 
 go:
 go:
- - 1.3
+ - 1.7
 
 
 script:
 script:
  - go test -v ./...
  - go test -v ./...