From f6afeb5a8d72beb3c745cab58e5fa3ddf9cdf949 Mon Sep 17 00:00:00 2001 From: Nick LaMuro Date: Mon, 16 Dec 2019 18:33:03 -0600 Subject: [PATCH] DO THE THINGS! TEST THE STUFF! This is a modified matrix that tests the changes in the following PRs: - https://github.com/ManageIQ/manageiq/pull/19547 - https://github.com/ManageIQ/manageiq-gems-pending/pull/454 but replaces ManageIQ/manageiq#19547 with the following branch: https://github.com/NickLaMuro/manageiq/tree/rebase_testing Which does a few extra steps to attempt to graft commits prior to rebasing. Unsure of the `git` results, but before open a separate PR, this should test to see if specs still pass. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa8aa69b..b7dc4ce5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ matrix: fast_finish: true env: global: - - REPOS= + - REPOS=manageiq-gems-pending#454 matrix: - - TEST_REPO=manageiq + - TEST_REPO=NickLaMuro/manageiq@rebase_testing