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