Skip to content

Conversation

@rsignell-usgs
Copy link
Member

Added some tips from
http://krunoknego.com/2015/03/07/how-to-configure-travis-for-jekyll-github-page/

Will these help overcome the recurring test failures on travis?

Copy link
Contributor

Choose a reason for hiding this comment

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

Makes perfect sense!

@rsignell-usgs
Copy link
Member Author

On this page http://jekyllrb.com/docs/continuous-integration/ it says:

Be sure to exclude vendor from your _config.yml

Travis bundles all gems in the vendor directory on its build servers, which Jekyll will mistakenly read and explode on.

exclude: [vendor]

@rsignell-usgs
Copy link
Member Author

Adding

travis_retry jekyll build

mattben added a commit that referenced this pull request Jun 16, 2015
Update .travis.yml for better performance (LGTM)
@mattben mattben merged commit dae7315 into master Jun 16, 2015
@rsignell-usgs rsignell-usgs deleted the rsignell-usgs-patch-1 branch June 16, 2015 15:07
@rsignell-usgs
Copy link
Member Author

@mattben, we still have some issues here with travis seg faulting or timing out on the jekyll build step, but @ocefpaf is working on resolving the issue.

@mattben
Copy link
Contributor

mattben commented Jun 16, 2015

@rsignell-usgs i'm learning to use travis on my own project currently. I think its super cool you guys are trying to set travis up to build the site along with building all the doc book html pages. I wish I could be more helpful but i'm glad to see you all taking control of the project. 👍

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.

4 participants