Codebase list golang-github-jlaffaye-ftp / 8c443cc4-efb8-4745-a8e9-4aa131d148be/main .travis.yml
8c443cc4-efb8-4745-a8e9-4aa131d148be/main

Tree @8c443cc4-efb8-4745-a8e9-4aa131d148be/main (Download .tar.gz)

.travis.yml @8c443cc4-efb8-4745-a8e9-4aa131d148be/mainraw · history · blame

language: go
sudo: required
dist: xenial
go:
  - 1.11.x
  - 1.12.x
  - 1.13.x
before_install:
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls
- go get golang.org/x/lint/golint
script:
- goveralls -v
- golint -set_exit_status $(go list ./...)