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>2017-11-30 19:15:18 +0300
committerJohann-S <johann.servoire@gmail.com>2017-12-01 11:33:31 +0300
commit636dcf17958e80e96cbaf6f4012897b7d6aea0dd (patch)
tree9bb6649802c3dc85b887bd20c4241329943791a6 /.travis.yml
parenta07bc5dbcbe4d82172255eb61179e1f53cb2af0a (diff)
Work around Travis failures.
Note that we should revert this when the issue is fixed.
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..c569a70196 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
-sudo: false
+sudo: required
+addons:
+ chrome: stable
dist: trusty
language: node_js
git: