Skip to content

Commit

Permalink
Use travis-ci to build the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed May 21, 2018
1 parent a764e12 commit dbd6f2f
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ script:
- vendor/bin/phpunit --coverage-clover clover.xml
- vendor/bin/phpcs

after_script:
- vendor/bin/update-docs.sh

after_success:
- composer require --dev satooshi/php-coveralls
- travis_retry vendor/bin/php-coveralls -n -v
Expand Down
151 changes: 106 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbd6f2f

Please sign in to comment.