Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-01-09 16:34:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-01-11 11:16:12 +0300
commit2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e (patch)
tree9f0b9d88e3b3b1bc26f5e3f557d7f89710528746 /.travis.yml
parent1a231e4bee0e422b605f7454b697bd078e17ba3d (diff)
Work around Travis errors by switching to sudo.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 57c810b0a8..bc16945169 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