File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff 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
5151notifications :
5252 email : false
You can’t perform that action at this time.
0 commit comments