Skip to content

Commit

Permalink
Merge branch 'master' into feature/worker_request_response
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Edmund Franke committed Jan 15, 2020
2 parents b34352c + 0af635e commit 6adeb86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,16 +1,16 @@
language: go
go:
- 1.11.x
- master
- 1.13.x

os:
- linux
- osx
- linux
- osx

dist: trusty
sudo: false

install: true
before_install:
- go get github.com/mattn/goveralls

script:
- env GO111MODULE=on go test -v ./...
- go test -v ./...
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 6adeb86

Please sign in to comment.