1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-14 19:58:13 -04:00
notes/.travis.yml

15 lines
212 B
YAML
Raw Normal View History

2018-10-25 10:48:35 -04:00
language: ruby
rvm:
- 2.3.0
2018-10-25 11:00:40 -04:00
env:
- TRAVIS_NODE_VERSION="9.3.0"
2018-10-25 10:48:35 -04:00
install:
2018-10-25 10:53:28 -04:00
- npm install
2018-11-19 10:29:30 -05:00
- gem install bundler --version '>=1.17.1'
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