Skip to content

Commit

Permalink
Remove wasteful build combinations
Browse files Browse the repository at this point in the history
We don't really need nqp@HEAD + moar@$some-old-rev for every single commit
  • Loading branch information
ugexe committed Feb 26, 2019
1 parent ada0142 commit e223ee0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Expand Up @@ -46,15 +46,11 @@ workflows:
test:
jobs:
- test-linux
- test-linux:
nqp-rev: HEAD
- test-linux:
nqp-rev: HEAD
moar-rev: HEAD

- test-macos
- test-macos:
nqp-rev: HEAD
- test-macos:
nqp-rev: HEAD
moar-rev: HEAD

0 comments on commit e223ee0

Please sign in to comment.