Skip to content

Commit

Permalink
Add a ruby versions job workflow
Browse files Browse the repository at this point in the history
- CI workflow to build all ruby versions
  • Loading branch information
mtchavez committed Jan 29, 2018
1 parent 47cdaa3 commit b6484f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ jobs:
<<: *build_definition
docker:
- image: ruby:2.3

workflows:
version: 2
build_ruby_versions:
jobs:
- build
- build_ruby2_4
- build_ruby2_3

0 comments on commit b6484f6

Please sign in to comment.