Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
ci(config): fix workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hutson committed Jan 19, 2018
1 parent 4a77fee commit 908948b
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ node_next: &node_next
- node_modules
- ${HOME}/.cache/yarn
key: dependencies_yarn_latest
- run: (yarn test || echo "allow node next tests to fail") && ($(yarn bin)/codecov || echo "Codecov did not collect coverage reports")
- run: yarn test && ($(yarn bin)/codecov || echo "Codecov did not collect coverage reports")

yarn_latest: &yarn_latest
steps:
Expand Down Expand Up @@ -86,40 +86,17 @@ workflows:
version: 2
build:
jobs:
- node_4_npm_2
- node_4_npm_3
- node_4_npm_4
- node_4_npm_5
- node_4_yarn_latest
- node_6_npm_2
- node_6_npm_3
- node_6_npm_4
- node_6_npm_5
- node_6_yarn_latest
- node_8_npm_2
- node_8_npm_3
- node_8_npm_4
- node_8_npm_5
- node_8_yarn_latest
- node_next
- release:
filters:
branches:
only: master
requires:
- node_4_npm_2
- node_4_npm_3
- node_4_npm_4
- node_4_npm_5
- node_4_yarn_latest
- node_6_npm_2
- node_6_npm_3
- node_6_npm_4
- node_6_npm_5
- node_6_yarn_latest
- node_8_npm_2
- node_8_npm_3
- node_8_npm_4
- node_8_npm_5
- node_8_yarn_latest
- publish:
filters:
Expand Down

0 comments on commit 908948b

Please sign in to comment.