Skip to content

Commit 451f682

Browse files
authored
Merge pull request #37 from donutloop/feature/travis_update
updated travis configuration
2 parents 0e5b448 + 49b47f0 commit 451f682

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ go:
44
- 1.7.x
55
- 1.8.x
66
- 1.9.x
7+
- 1.10.x
8+
- 1.11.x
9+
10+
os:
11+
- linux
12+
- osx
13+
- windows
14+
715
before_install:
816
- go get github.com/mattn/goveralls
17+
918
script:
19+
- go test -v ./...
1020
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)