Skip to content

Commit

Permalink
Merge 349782a into 66c8553
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Jul 3, 2019
2 parents 66c8553 + 349782a commit 7b9e18b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
28 changes: 28 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
steps:

- label: run-specs-ruby-2.4
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.4-stretch

- label: run-specs-ruby-2.5
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.5-stretch

- label: run-specs-ruby-2.6
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.6-stretch
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ terraform.tfstate.backup
.terraform
.bundle
.gems
coverage
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sudo: required
language: ruby
cache: bundler

Expand All @@ -17,14 +16,6 @@ branches:

matrix:
include:
- rvm: 2.4.5
before_install:
- gem install bundler
- gem --version
- rvm: 2.5.5
before_install:
- gem install bundler
- gem --version
- rvm: 2.6
script: bundle exec rake $SUITE
env: SUITE="test"
Expand Down

0 comments on commit 7b9e18b

Please sign in to comment.