Skip to content

Commit 8a6b72e

Browse files
committed
Adding patch suggested by Qasim Abdullah @travis-ci, with apt update in before_install removing from os
1 parent 7c580ae commit 8a6b72e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ branches:
1717

1818
before_install:
1919
- apt update
20+
- apt install libgnutls-openssl27 libgnutls30
2021

2122
before_script:
2223
- chmod +x travis.linux.sh
@@ -34,11 +35,6 @@ jobs:
3435
script: ./travis.linux.sh
3536
os: linux
3637
dist: trusty
37-
addons:
38-
apt:
39-
packages:
40-
- libgnutls-openssl27
41-
- libgnutls30
4238
- stage: build
4339
script: ./travis.mac.sh
4440
osx_image: xcode12.2

0 commit comments

Comments
 (0)