Skip to content

Commit

Permalink
Merge pull request #700 from jrafanie/update_travis_ruby26_27
Browse files Browse the repository at this point in the history
Test with ruby 2.6.6 and 2.7.2 per ManageIQ/manageiq#19678
  • Loading branch information
Fryguy committed Mar 19, 2021
2 parents 4dd38aa + 30511ef commit 3d7ed92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
language: ruby
rvm:
- 2.5.8
- 2.6.6
- 2.7.2
arch:
- amd64
- ppc64le
Expand All @@ -13,6 +13,7 @@ cache:
- "$HOME/gopath/pkg/mod"
before_script:
- eval "$(gimme 1.14)"
- travis_wait curl -L https://github.com/operator-framework/operator-sdk/releases/download/v0.15.1/operator-sdk-v0.15.1-$(uname -m)-linux-gnu -o /home/travis/bin/operator-sdk && chmod +x /home/travis/bin/operator-sdk
- travis_wait curl -L https://github.com/operator-framework/operator-sdk/releases/download/v0.15.1/operator-sdk-v0.15.1-$(uname
-m)-linux-gnu -o /home/travis/bin/operator-sdk && chmod +x /home/travis/bin/operator-sdk
script:
- bundle exec rspec

0 comments on commit 3d7ed92

Please sign in to comment.