Skip to content

Commit

Permalink
extend properly
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jan 17, 2018
1 parent afd79d0 commit a8df299
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,25 @@ workflows:
version: 2
checkout_and_test:
jobs:
- checkout_code:
*triggerable-by-tag
- checkout_code: *triggerable-by-tag
- nodefetch1:
*triggerable-by-tag
<<: *triggerable-by-tag
requires:
- checkout_code
- nodefetch2:
*triggerable-by-tag
<<: *triggerable-by-tag
requires:
- checkout_code
- chrome:
*triggerable-by-tag
<<: *triggerable-by-tag
requires:
- checkout_code
# firefox version too old for sw, so postpone cross browser tests till updated in circleci
# - firefox:
# requires:
# - checkout_code
- lint:
*triggerable-by-tag
<<: *triggerable-by-tag
requires:
- checkout_code
- deploy:
Expand Down

0 comments on commit a8df299

Please sign in to comment.