Update .travis.yml
Setting sudo mode for the travis builds
This commit is contained in:
parent
4819138de7
commit
1d3fa11b45
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Force sudo due to issue in travis
|
||||||
|
sudo: required
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
Reference in a new issue