aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-01-09 15:34:24 +0200
committerXhmikosR <[email protected]>2018-01-11 10:16:12 +0200
commit2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e (patch)
tree9f0b9d88e3b3b1bc26f5e3f557d7f89710528746
parent1a231e4bee0e422b605f7454b697bd078e17ba3d (diff)
downloadbootstrap-2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e.tar.xz
bootstrap-2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e.zip
Work around Travis errors by switching to sudo.
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 57c810b0a..bc1694516 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
-sudo: false
+sudo: required
dist: trusty
+addons:
+ chrome: stable
language: node_js
git:
depth: 3