1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-18 10:06:07 -04:00
notes/.travis.yml

12 lines
130 B
YAML
Raw Normal View History

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