Skip to content

Let Travis do the bundler #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2018
Merged

Let Travis do the bundler #845

merged 1 commit into from
Feb 22, 2018

Conversation

ashawley
Copy link
Member

To Jarrod's point in #844, Travis can do a lot of the necessary Ruby-isms to build the site automagically.

Travis will even run install with the appropriate settings:

bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

And the caching feature requires less rigamarole now a days:

https://docs.travis-ci.com/user/caching/

Copy link
Member

@jvican jvican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it works 😛 LGTM.

@jarrodu jarrodu merged commit 43035b2 into scala:master Feb 22, 2018
@ashawley ashawley deleted the simpler-travis branch February 27, 2018 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants