Skip to content
Snippets Groups Projects
.travis.yml 185 B
os: linux
language: go

go:
  - 1.12

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

env:
  - GO111MODULE=on

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