Skip to content

Commit 32cd804

Browse files
authored
Merge pull request patternfly#278 from dlabrecq/PTNFLY-deploy-fix
Locked version of net-ssh due to deploy failure for OpenShift.
2 parents 24e6835 + c1fa9a7 commit 32cd804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ script:
1515
after_success:
1616
- sh -x ./scripts/publish.sh
1717

18+
before_deploy:
19+
- rvm 1.9.3 do gem install net-ssh -v 2.9.2
20+
1821
deploy:
1922
provider: openshift
2023
user: "$OPENSHIFT_USER"

0 commit comments

Comments
 (0)