Browse Source

removing macOS builds from Travis CI testing (taking over 24 hours to complete builds on this platform)

Chris Simpkins 7 years ago
parent
commit
4bb0eab0b2
1 changed files with 23 additions and 23 deletions
  1. 23 23
      .travis.yml

+ 23 - 23
.travis.yml

@@ -24,29 +24,29 @@ matrix:
         - sudo apt-get install -y shellcheck
       script:
         - make -j $TARGET
-    - os: osx
-      env:
-        - TARGET="lint"
-      before_install:
-        - brew update
-        - brew install python3
-        - virtualenv env -p python3
-        - source env/bin/activate
-      before_script:
-        - pip install ufolint
-        - brew install shellcheck
-      script:
-        - make -j $TARGET
-    - os: osx
-      env:
-        - TARGET="build-with-dependencies"
-      before_install:
-        - brew update
-        - brew install python3
-        - virtualenv env -p python3
-        - source env/bin/activate
-      script:
-        - make -j $TARGET
+    # - os: osx
+    #   env:
+    #     - TARGET="lint"
+    #   before_install:
+    #     - brew update
+    #     - brew install python3
+    #     - virtualenv env -p python3
+    #     - source env/bin/activate
+    #   before_script:
+    #     - pip install ufolint
+    #     - brew install shellcheck
+    #   script:
+    #     - make -j $TARGET
+    # - os: osx
+    #   env:
+    #     - TARGET="build-with-dependencies"
+    #   before_install:
+    #     - brew update
+    #     - brew install python3
+    #     - virtualenv env -p python3
+    #     - source env/bin/activate
+    #   script:
+    #     - make -j $TARGET
 
 notifications:
   email: false