InnerSourceCommons / archive.innersourcecommons.org

The old version of the ISC site
Creative Commons Attribution Share Alike 4.0 International
40 stars 29 forks source link

Add bundler requirement to Travis file to fix builds and CI #76

Closed lenucksi closed 4 years ago

lenucksi commented 4 years ago

Currently our CI and the website deployment fails due to missing bundler dependency.

This appears due to changes around bundler and Travis specifics. Here's some docs on it https://docs.travis-ci.com/user/languages/ruby/#bundler-20

This PR is supposed to fix this.

rrrutledge commented 4 years ago

Thank you!