language: ruby
rvm:
- 2.3.0
install:
- bundle install
script:
- npm run test
- bundle exec jekyll build