.travis.yml: build drafts too

This commit is contained in:
Aminda Suomalainen 2015-07-26 10:52:40 +03:00
parent 973282cba3
commit 2e510ea3ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: ruby
sudo: false
script: "set -e && gem install github-pages && gem update && jekyll build"
script: "set -e && gem install github-pages && gem update && jekyll build --drafts"
rvm: 2.1
notifications:
email: false