Skip to content

Commit

Permalink
Fix travis build part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Oct 7, 2021
1 parent b4dd3dd commit 7fc38aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go:
###########################################################################
before_install:
- echo Branch is ${TRAVIS_BRANCH} and Tag is ${TRAVIS_TAG}
- apt update && apt install ca-certificates libgnutls30
- sudo apt update && sudo apt install ca-certificates libgnutls30 -y

# Coverage tools
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 7fc38aa

Please sign in to comment.