Skip to content
Snippets Groups Projects
.travis.yml 185 B
Newer Older
os: linux
Wolfgang Welz's avatar
Wolfgang Welz committed
language: go

go:
Wolfgang Welz's avatar
Wolfgang Welz committed
  - 1.13
Wolfgang Welz's avatar
Wolfgang Welz committed

cache:
  directories:
    - $HOME/gopath/pkg/mod

Wolfgang Welz's avatar
Wolfgang Welz committed
env:
  - GO111MODULE=on

# we are using go modules, so there is nothing to install
install: true