gh-pages-travis: don't spam email

This commit is contained in:
Mikaela Suomalainen 2014-10-05 19:59:12 +03:00
parent 75ffb3da33
commit c07ec30ec1

View File

@ -1,2 +1,6 @@
language: ruby language: ruby
script: "bundle exec jekyll build" script: "bundle exec jekyll build"
notifications:
email: false
matrix:
fast_finish: true