Browse Source

chore(travis): switch to ruby env

pull/2429/head
Yoshiya Hinosawa 6 years ago
parent
commit
dcaa034c8b
  1. 6
      .travis.yml

6
.travis.yml

@ -1,11 +1,13 @@
language: node_js language: ruby
rvm:
- 2.4
branches: branches:
only: only:
- master - master
script: script:
- npm run build:docs - bundle exec middleman build
deploy: deploy:
provider: pages provider: pages

Loading…
Cancel
Save