File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,15 @@ language: ruby
2
2
rvm :
3
3
- 2.1
4
4
5
- # Assume bundler is being used, therefore
6
- # the `install` step will run `bundle install` by default.
7
- script : ./scripts/cibuild
8
-
9
5
env :
10
6
global :
11
7
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
8
+
9
+ # Follows advice of https://github.com/jekyll/jekyll/issues/3480
10
+ install :
11
+ - gem install jekyll
12
+ - gem install html-proofer
13
+
14
+ script :
15
+ - jekyll build
16
+ - htmlproofer _site
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ email: your-email@domain.com
4
4
description : " REDCap-Tools, promoting awesome projects built atop REDCap and fostering a community of developers around them."
5
5
baseurl : /
6
6
url : " http://redcap-tools.github.io"
7
- twitter_username :
8
- github_username : redcap-tools
7
+ twitter_username :
8
+ github_username : redcap-tools
9
9
10
10
# Build settings
11
11
markdown : kramdown
12
12
permalink : pretty
13
+
14
+ # Don't explode on gems; https://jekyllrb.com/docs/continuous-integration/#configuring-your-travis-builds.
15
+ exclude : [vendor]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments