Skip to content

Commit 30a5908

Browse files
committed
.travis.yml: try with sudo
1 parent 5ca82d4 commit 30a5908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ branches:
77
- master
88

99
install:
10-
- sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/' /etc/ca-certificates.conf
11-
- dpkg-reconfigure -fnoninteractive ca-certificates
12-
- update-ca-certificates
10+
- sudo sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/' /etc/ca-certificates.conf
11+
- sudo dpkg-reconfigure -fnoninteractive ca-certificates
12+
- sudo update-ca-certificates
1313
- ci/travis/install.sh
1414

1515
script:

0 commit comments

Comments
 (0)