samples/.travis.yml

15 строки
182 B
YAML

language: ruby
rvm:
- 2.2.2
script:
- npm install
- npm run lint
- bundle exec jekyll build
branches:
only:
- /.*/
cache: bundler
notifications:
email: false
sudo: false