Skip to content

Commit c834222

Browse files
committed
Add sudo:required to be able to run ansible
1 parent e531754 commit c834222

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
@@ -2,7 +2,7 @@
22
language: python
33
python: "2.7"
44
# Use the new container infrastructure
5-
sudo: false
5+
sudo: required
66
# Install ansible
77
addons:
88
apt:

0 commit comments

Comments
 (0)