Skip to content

Commit

Permalink
CI: Add a dummy build job to satisfy circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Jan 6, 2020
1 parent 4d30b1e commit 558edd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ working_dir: &working_dir ~/app
./cc-test-reporter after-build --exit-code $?
working_directory: *working_dir

version: 2
version: 2.0

jobs:
build:
docker:
- image: ruby
steps:
- checkout
build_ruby2_7:
<<: *build_definition
docker:
Expand All @@ -44,6 +49,7 @@ workflows:
version: 2
build_ruby_versions:
jobs:
- build
- build_ruby2_7
- build_ruby2_6
- build_ruby2_5
Expand Down

0 comments on commit 558edd9

Please sign in to comment.