Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
+4 -1
View File
@@ -2,7 +2,8 @@ language: go
dist: trusty
sudo: required
go:
- 1.7.3
- 1.9.x
- 1.10.x
env:
- FTP_SERVER=vsftpd
- FTP_SERVER=proftpd
@@ -10,5 +11,7 @@ before_install:
- sudo $TRAVIS_BUILD_DIR/.travis/prepare.sh "$FTP_SERVER"
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
script:
- goveralls -v
- golint -set_exit_status $(go list ./...)