Update .travis.yml

Setting sudo mode for the travis builds
This commit is contained in:
Tom Bloor 2018-01-18 12:57:38 +00:00 committed by GitHub
parent 4819138de7
commit 1d3fa11b45

View file

@ -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