Skip to content

Commit ac2b149

Browse files
committed
Evidently travis respects sudo now
1 parent 8a6b72e commit ac2b149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ branches:
1616
- master
1717

1818
before_install:
19-
- apt update
20-
- apt install libgnutls-openssl27 libgnutls30
19+
- sudo apt update
20+
- sudo apt install libgnutls-openssl27 libgnutls30
2121

2222
before_script:
2323
- chmod +x travis.linux.sh

0 commit comments

Comments
 (0)