Skip to content

Commit

Permalink
Merge 218e679 into 55be67d
Browse files Browse the repository at this point in the history
  • Loading branch information
miah committed Jul 10, 2019
2 parents 55be67d + 218e679 commit 9c1fd79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -8,7 +8,9 @@ steps:

- label: run-tests-ruby-2.4
command:
- echo "--- bundle install"
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- echo "+++ bundle exec rake"
- bundle exec rake
expeditor:
executor:
Expand All @@ -17,7 +19,9 @@ steps:

- label: run-tests-ruby-2.5
command:
- echo "--- bundle install"
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- echo "+++ bundle exec rake"
- bundle exec rake
expeditor:
executor:
Expand All @@ -26,7 +30,9 @@ steps:

- label: run-tests-ruby-2.6
command:
- echo "--- bundle install"
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- echo "+++ bundle exec rake"
- bundle exec rake
expeditor:
executor:
Expand Down

0 comments on commit 9c1fd79

Please sign in to comment.