Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 1, 2018
1 parent d170f20 commit 7984527
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
language: go

go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
os:
- osx

before_install:
- go get github.com/golang/dep/cmd/dep
install:
- $GOPATH/bin/dep ensure

script:
- go test -v -cover ./...
- make test

0 comments on commit 7984527

Please sign in to comment.