mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 19:51:23 -06:00
15 lines
212 B
YAML
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
|