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