Skip to content

Commit dbf6bf1

Browse files
author
anadahz
committed
Explicitely add sudo to script command execution
1 parent 44c9b7b commit dbf6bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: bash
22
sudo: required
3-
script: "bash -x scripts/setup.sh"
3+
script: "sudo bash -x scripts/setup.sh"
44
notifications:
55
irc:
66
template:

0 commit comments

Comments
 (0)