diff options
| author | XhmikosR <[email protected]> | 2017-11-30 18:15:18 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-12-01 09:33:31 +0100 |
| commit | 636dcf17958e80e96cbaf6f4012897b7d6aea0dd (patch) | |
| tree | 9bb6649802c3dc85b887bd20c4241329943791a6 | |
| parent | a07bc5dbcbe4d82172255eb61179e1f53cb2af0a (diff) | |
| download | bootstrap-636dcf17958e80e96cbaf6f4012897b7d6aea0dd.tar.xz bootstrap-636dcf17958e80e96cbaf6f4012897b7d6aea0dd.zip | |
Work around Travis failures.
Note that we should revert this when the issue is fixed.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 57c810b0a..c569a7019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -sudo: false +sudo: required +addons: + chrome: stable dist: trusty language: node_js git: |
