diff options
| author | XhmikosR <[email protected]> | 2017-12-01 10:51:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-01 10:51:04 +0200 |
| commit | 023015006af17f1ac527cb1d0eaf5ac401a45f09 (patch) | |
| tree | 6aa1df9793349cdab6f3ab53512297045ead5cdf | |
| parent | 636dcf17958e80e96cbaf6f4012897b7d6aea0dd (diff) | |
| download | bootstrap-023015006af17f1ac527cb1d0eaf5ac401a45f09.tar.xz bootstrap-023015006af17f1ac527cb1d0eaf5ac401a45f09.zip | |
Revert the Travis workaround. (#24926)
The issue has been fixed.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c569a7019..57c810b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -sudo: required -addons: - chrome: stable +sudo: false dist: trusty language: node_js git: |
