Skip to content
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

Add Travis CI support for this repository #5

Closed
astorije opened this issue Feb 10, 2016 · 3 comments
Closed

Add Travis CI support for this repository #5

astorije opened this issue Feb 10, 2016 · 3 comments

Comments

@astorije
Copy link
Member

Configuring a third-party service to display Jekyll build error messages

@xPaw
Copy link
Member

xPaw commented Jun 19, 2016

Something like this should do:

language: ruby
rvm:
- 2.2

install:
- gem install jekyll html-proofer

script:
- jekyll build
- htmlproofer ./_site

# speeds up installation of html-proofer
env:
  global:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true

https://jekyllrb.com/docs/continuous-integration/

@astorije
Copy link
Member Author

Good setup, @xPaw!
I'm thinking this would also help with #3 and could use something like #33 as well. And by the way, I would say that all are up for grabs 😉.

@astorije
Copy link
Member Author

I'm actually doing this with Netlify now, which has a few cool things such as PR previews among other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants