Skip to content

Commit

Permalink
Remove 4/5 of macOS CircleCI tests (and container build), fixes #1487 (
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 20, 2019
1 parent 7c44904 commit d94d4bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Expand Up @@ -498,7 +498,7 @@ workflows:
normal_build_and_test:
jobs:
- build
- mac_container_test
# - mac_container_test
- lx_container_test
- staticrequired
- artifacts:
Expand All @@ -510,15 +510,15 @@ workflows:
- mac_nginx_fpm_test:
requires:
- build
- mac_apache_fpm_test:
requires:
- build
- mac_webcache_test:
requires:
- build
- mac_nfsmount_test:
requires:
- build
# - mac_apache_fpm_test:
# requires:
# - build
# - mac_webcache_test:
# requires:
# - build
# - mac_nfsmount_test:
# requires:
# - build
- lx_apache_fpm_test:
requires:
- build
Expand Down

0 comments on commit d94d4bb

Please sign in to comment.