Add Travis

This commit is contained in:
Mikaela Suomalainen 2014-12-29 19:36:48 +02:00
parent 2abc4aa7a9
commit a17fe52f87
3 changed files with 21 additions and 0 deletions

7
.travis.yml Normal file
View File

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

7
Gemfile Normal file
View File

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-mentions'
gem 'jemoji'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'

View File

@ -14,3 +14,10 @@ input: GFM
# Custom settings
timezone: Europe/Helsinki
encoding: utf-8
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"