Skip to content

Commit

Permalink
Migrate to matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Apr 21, 2020
1 parent 6127f66 commit 8d75c31
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ jobs:

build_jobs: &build_jobs
- rspec:
name: "rspec:2.5"
version: "2.5"
- rspec:
name: "rspec:2.6"
version: "2.6"
- rspec:
name: "rspec:2.7"
version: "2.7"
matrix:
parameters:
version:
- "2.5"
- "2.6"
- "2.7"
- rubocop

workflows:
Expand Down

0 comments on commit 8d75c31

Please sign in to comment.