Skip to content

Commit

Permalink
Merge pull request #23 from redcap-tools/travis-config
Browse files Browse the repository at this point in the history
Update Travis config to improve html-proofer installation
  • Loading branch information
sburns authored Aug 19, 2016
2 parents 876a95d + 4403754 commit b83ed16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ language: ruby
rvm:
- 2.1

# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./scripts/cibuild

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

# Follows advice of https://github.com/jekyll/jekyll/issues/3480
install:
- gem install jekyll
- gem install html-proofer

script:
- jekyll build
- htmlproofer _site
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ email: [email protected]
description: "REDCap-Tools, promoting awesome projects built atop REDCap and fostering a community of developers around them."
baseurl: /
url: "http://redcap-tools.github.io"
twitter_username:
github_username: redcap-tools
twitter_username:
github_username: redcap-tools

# Build settings
markdown: kramdown
permalink: pretty

#Don't explode on gems; https://jekyllrb.com/docs/continuous-integration/#configuring-your-travis-builds.
exclude: [vendor]
5 changes: 0 additions & 5 deletions scripts/cibuild

This file was deleted.

0 comments on commit b83ed16

Please sign in to comment.