Fixing up travis build
This commit is contained in:
parent
449c5319ec
commit
440cb504d2
@ -4,7 +4,9 @@ before_install:
|
|||||||
- sudo apt-get install -qq libgsl0ldbl libgsl0-dev
|
- sudo apt-get install -qq libgsl0ldbl libgsl0-dev
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.3
|
- 2.1.3
|
||||||
script: jekyll build && htmlproof ./_site
|
script:
|
||||||
|
- bundle exec jekyll build
|
||||||
|
- bundle exec htmlproof ./_site
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
secure: JKGFMgZK8d97NbArV2cXUYP3LcHXk1MnTyd9QdVknMsFpmWhbthUr+seU9cpg0eSw2lGR406GyMsEawy44kKBF6Xw2ufOQq3T5vxMyhV7xGK2Am6Iaz/DfwkCQsTk3yYR9PaPG7689ZHurc3JXR4LzNiAtBc8o9F1Sb31JeM0IY=
|
secure: JKGFMgZK8d97NbArV2cXUYP3LcHXk1MnTyd9QdVknMsFpmWhbthUr+seU9cpg0eSw2lGR406GyMsEawy44kKBF6Xw2ufOQq3T5vxMyhV7xGK2Am6Iaz/DfwkCQsTk3yYR9PaPG7689ZHurc3JXR4LzNiAtBc8o9F1Sb31JeM0IY=
|
||||||
|
@ -7,7 +7,4 @@ highlighter: pygments
|
|||||||
lsi: true
|
lsi: true
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
permalink: blog/:title
|
permalink: blog/:title
|
||||||
exclude:
|
exclude: [Gemfile, Gemfile.lock, vendor]
|
||||||
- Gemfile
|
|
||||||
- Gemfile.lock
|
|
||||||
- Rakefile
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user