Skip to content

Commit

Permalink
Update Travis configuraiton
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Dec 10, 2019
1 parent 1547896 commit b47ad56
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
language: go
sudo: false
go:
- 1.13

before_install:
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls

matrix:
fast_finish: true
include:
- go: 1.13
script: make test
install:
- make deps

script:
- make lint
- make test

after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci
Expand Down

0 comments on commit b47ad56

Please sign in to comment.