diff options
| author | XhmikosR <[email protected]> | 2018-10-18 11:56:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-18 11:56:55 +0300 |
| commit | 5d834e05107edebbdac98e0b2d51940f13190e8f (patch) | |
| tree | be4cbcc105d06026c8838a13e80303d71f5f1569 | |
| parent | 43bf2682489fc7a7a8f371a59e19e15f3e160070 (diff) | |
| download | bootstrap-5d834e05107edebbdac98e0b2d51940f13190e8f.tar.xz bootstrap-5d834e05107edebbdac98e0b2d51940f13190e8f.zip | |
Travis: stop installing chrome (#27468)
It seems it works without it.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 841d17971..8b577c630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ sudo: required -addons: - chrome: stable language: node_js git: depth: 3 |
