Set in environment in .travis.yml for #100
This commit is contained in:
parent
ffa7cff17c
commit
c18dc0096f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ rvm:
|
|||
- 2.1
|
||||
|
||||
install: gem install jekyll jekyll-paginate jemoji html-proofer
|
||||
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
|
||||
script: JEKYLL_ENV=production jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue