Added a require sudo line to the travis script

canary
WolverinDEV 2020-04-03 00:31:42 +02:00
parent a44fd1719f
commit bc3cdbd283
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ node_js:
services:
- docker
sudo: required
before_install:
# If ever run on windows make sure you don't run this in the git bash!
- docker run -dit --name emscripten -v "$(pwd)":"/src/" trzeci/emscripten:sdk-incoming-64bit bash