Skip to content

Commit 60e5c98

Browse files
author
Forest Hoffman
committed
Enable user namespace cloning
1 parent 460e97b commit 60e5c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ before_install:
5050
libnss3
5151
lsb-release
5252
xdg-utils
53-
wget; fi
53+
wget;
54+
sysctl -w kernel.unprivileged_userns_clone=1; fi
5455
- npm install -g yarn@1.12.3
5556
script:
5657
- scripts/build.sh

0 commit comments

Comments
 (0)