Skip to content

Commit

Permalink
Merge pull request #7672 from jrafanie/update_lasker_travis_ruby26_27
Browse files Browse the repository at this point in the history
[LASKER] Lockdown tests to use ruby 2.6.6 per ManageIQ/manageiq#19678
  • Loading branch information
Fryguy committed Mar 19, 2021
2 parents 4e3bf2e + eceb0d0 commit 09ee252
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
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 09ee252

Please sign in to comment.