Set in environment in .travis.yml for #100

This commit is contained in:
chipset 2015-11-21 22:04:23 +05:30
parent ffa7cff17c
commit c18dc0096f

View file

@ -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: