Skip to content

Commit

Permalink
Merge 51d234a into 66e9ad0
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Mar 23, 2020
2 parents 66e9ad0 + 51d234a commit 19c2542
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ rvm:

script:
- bundle exec rspec

# DOCS: https://gist.github.com/maxpou/bc3eb944aa727d352f85bc0ce8bc082c
before_deploy:
- rm -rf sdoc/
- bundle exec sdoc lib -T rails -o sdoc

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: sdoc
on:
branch: master

0 comments on commit 19c2542

Please sign in to comment.