1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-10 05:30:41 +00:00
notes/.travis.yml
2018-11-19 10:29:30 -05:00

15 lines
212 B
YAML

language: ruby
rvm:
- 2.3.0
env:
- TRAVIS_NODE_VERSION="9.3.0"
install:
- npm install
- gem install bundler --version '>=1.17.1'
- bundle install
script:
- npm run test
- bundle exec jekyll build