notes/.travis.yml

12 lines
130 B
YAML
Raw Normal View History

2018-10-25 14:48:35 +00:00
language: ruby
rvm:
- 2.3.0
install:
2018-10-25 14:53:28 +00:00
- npm install
2018-10-25 14:48:35 +00:00
- 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