notes/.travis.yml

11 lines
114 B
YAML
Raw Normal View History

2018-10-25 14:48:35 +00:00
language: ruby
rvm:
- 2.3.0
install:
- bundle install
script:
2018-10-25 14:53:03 +00:00
- npm run test
2018-10-25 14:48:35 +00:00
- bundle exec jekyll build