1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-06 20:17:26 -05:00
notes/.travis.yml

11 lines
114 B
YAML
Raw Normal View History

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