gate-sso / gate

Gate is MFA Enabled SSO Platform that supports SAML, OAuth, Linux shell login and CAS
https://gate-sso.github.io
MIT License
203 stars 53 forks source link

Add before_install section in .travis.yml to install bundler #153

Closed walbertus closed 5 years ago

walbertus commented 5 years ago

There was a problem on travis CI pipeline regarding bundler gem not found. According to the documentation here, we need to install bundler on before_install phase.

@giosakti

giosakti commented 5 years ago

Thank you for the PR