Skip to content

Commit

Permalink
Merge d69a8b9 into 1599c7c
Browse files Browse the repository at this point in the history
  • Loading branch information
akamensky committed Oct 6, 2019
2 parents 1599c7c + d69a8b9 commit 798bad8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
@@ -1,5 +1,12 @@
language: go
sudo: false
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "tip"
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v .
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 798bad8

Please sign in to comment.