Skip to content

Commit 0496768

Browse files
committed
fix config
1 parent b068927 commit 0496768

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ jobs:
436436

437437
# Xcode 10: Runs unit tests on iOS and Apple TV devices
438438
test_objc_xcode10:
439+
<<: *defaults
439440
macos:
440441
xcode: "10.0.0"
441442
steps:
@@ -696,21 +697,18 @@ workflows:
696697
- checkout_code
697698

698699
# Tooling Compatibility Checks
699-
# Checks that newer tooling is well supported.
700-
# Test Xcode 10 compatibility
701700
- test_objc_xcode10:
702701
filters: *filter-ignore-gh-pages
703-
# Test Node 10 compatibility
704702
- test_node10:
705703
filters: *filter-ignore-gh-pages
706704

707705
# Only runs on vX.X.X tags if all tests are green
708706
- publish_npm_package:
709-
# ignore any commit on any branch by default
710-
branches:
711-
ignore: /.*/
712-
# only act on version tags
713707
filters:
708+
# ignore any commit on any branch by default
709+
branches:
710+
ignore: /.*/
711+
# only act on version tags
714712
tags:
715713
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
716714
requires:

0 commit comments

Comments
 (0)