Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 7fab915

Browse files
author
Simone Caruso
committed
Update apt to update ca-certs
1 parent d217013 commit 7fab915

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ language: go
44
go_import_path: github.com/wavefronthq/go-metrics-wavefront
55

66
before_install:
7-
- sudo apt-get install --reinstall ca-certificates
7+
- sudo apt-get install -y ca-certificates libgnutls30
8+
9+
addons:
10+
apt:
11+
update: true
812

913
go:
1014
- "1.11.x"

0 commit comments

Comments
 (0)