diff options
| author | XhmikosR <[email protected]> | 2018-01-09 15:34:24 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-11 10:16:12 +0200 |
| commit | 2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e (patch) | |
| tree | 9f0b9d88e3b3b1bc26f5e3f557d7f89710528746 | |
| parent | 1a231e4bee0e422b605f7454b697bd078e17ba3d (diff) | |
| download | bootstrap-2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e.tar.xz bootstrap-2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e.zip | |
Work around Travis errors by switching to sudo.
| -rw-r--r-- | .travis.yml | 4 |
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 |
