Skip to content

Commit 4bb0eab

Browse files
committed
removing macOS builds from Travis CI testing (taking over 24 hours to complete builds on this platform)
1 parent 952c208 commit 4bb0eab

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.travis.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@ matrix:
2424
- sudo apt-get install -y shellcheck
2525
script:
2626
- make -j $TARGET
27-
- os: osx
28-
env:
29-
- TARGET="lint"
30-
before_install:
31-
- brew update
32-
- brew install python3
33-
- virtualenv env -p python3
34-
- source env/bin/activate
35-
before_script:
36-
- pip install ufolint
37-
- brew install shellcheck
38-
script:
39-
- make -j $TARGET
40-
- os: osx
41-
env:
42-
- TARGET="build-with-dependencies"
43-
before_install:
44-
- brew update
45-
- brew install python3
46-
- virtualenv env -p python3
47-
- source env/bin/activate
48-
script:
49-
- make -j $TARGET
27+
# - os: osx
28+
# env:
29+
# - TARGET="lint"
30+
# before_install:
31+
# - brew update
32+
# - brew install python3
33+
# - virtualenv env -p python3
34+
# - source env/bin/activate
35+
# before_script:
36+
# - pip install ufolint
37+
# - brew install shellcheck
38+
# script:
39+
# - make -j $TARGET
40+
# - os: osx
41+
# env:
42+
# - TARGET="build-with-dependencies"
43+
# before_install:
44+
# - brew update
45+
# - brew install python3
46+
# - virtualenv env -p python3
47+
# - source env/bin/activate
48+
# script:
49+
# - make -j $TARGET
5050

5151
notifications:
5252
email: false

0 commit comments

Comments
 (0)