1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-04 22:10:54 +00:00
notes/.travis.yml
2018-10-25 11:00:40 -04:00

14 lines
167 B
YAML

language: ruby
rvm:
- 2.3.0
env:
- TRAVIS_NODE_VERSION="9.3.0"
install:
- npm install
- bundle install
script:
- npm run test
- bundle exec jekyll build