just-the-docs/.travis.yml
2018-10-25 10:53:03 -04:00

11 lines
114 B
YAML

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