update .travis.yml _config.yml & rm Gemfile

This commit is contained in:
Mikaela Suomalainen 2014-12-30 09:18:31 +02:00
parent 7581200242
commit 81c801a998
3 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
language: ruby
sudo: false
script: "set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
script: "gem install github-pages jekyll-mentions jemoji jekyll-redirect-from jekyll-sitemap && set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
rvm: 2.1
notifications:
email: false

View File

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

View File

@ -21,3 +21,4 @@ gems:
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"
exclude: [PGP, PHP, keybase.txt]