Skip to content

Commit 26def64

Browse files
authored
refactor: remove MacOS tests on Travis (#4432)
Travis had major issues (and still has) on their Mac OSX VM, and since most of us are developing under OSX _and_ we test on Linux, its fine to disable those.
1 parent 39fa206 commit 26def64

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
matrix:
1111
fast_finish: true
1212
allow_failures:
13-
- os: osx
1413
- node_js: "7"
1514
- env: NODE_SCRIPT="tests/run_e2e.js --nightly"
1615
include:
@@ -26,14 +25,8 @@ matrix:
2625
- node_js: "6"
2726
os: linux
2827
env: NODE_SCRIPT=tests/run_e2e.js
29-
- node_js: "6"
30-
os: osx
31-
env: NODE_SCRIPT=tests/run_e2e.js
3228

3329
# Optional builds.
34-
- node_js: "6"
35-
os: osx
36-
env: SCRIPT=test
3730
- node_js: "6"
3831
os: linux
3932
env: NODE_SCRIPT="tests/run_e2e.js --nightly"
@@ -42,10 +35,6 @@ matrix:
4235
env: NODE_SCRIPT=tests/run_e2e.js
4336

4437
before_install:
45-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
46-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap caskroom/cask; fi
47-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install google-chrome --force; fi
48-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir ~/.config && echo "--no-sandbox" > ~/.config/chrome-flags.conf; fi
4938
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
5039
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
5140
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi

0 commit comments

Comments
 (0)