Update dependencies for release 4.1.0 (#231)

* Update dependencies for release 4.1.0

* Update packages in travis build
This commit is contained in:
Brendan Le Glaunec
2019-06-29 03:03:17 +02:00
committed by GitHub
parent 966266f742
commit 7672da5b6d
3 changed files with 111 additions and 52 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ before_install:
- sudo apt-get remove docker docker-engine docker.io
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install -y docker-ce nmap libcurl-openssl1.0-dev
- sudo apt-get install -y docker-ce nmap libcurl4-openssl-dev
- go get github.com/mattn/goveralls
- docker version