Skip to content

Commit

Permalink
Lockdown tests to use ruby 2.6.6 per ManageIQ/manageiq#19678
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Mar 19, 2021
1 parent 4e3bf2e commit eceb0d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: ruby
python: '2.7'
rvm:
- 2.5.8
- 2.6.6
cache:
bundler: true
Expand All @@ -19,18 +18,6 @@ env:
- TEST_SUITE=spec:compile
- TEST_SUITE=spec:jest
- TEST_SUITE=spec:debride
matrix:
exclude:
- rvm: 2.5.8
env: TEST_SUITE=spec:routes
- rvm: 2.5.8
env: TEST_SUITE=spec:javascript
- rvm: 2.5.8
env: TEST_SUITE=spec:compile
- rvm: 2.5.8
env: TEST_SUITE=spec:jest
- rvm: 2.5.8
env: TEST_SUITE=spec:debride
bundler_args: "--no-deployment"
before_install: source bin/ci/before_install.sh
install: bin/setup
Expand Down

0 comments on commit eceb0d0

Please sign in to comment.