summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-11 02:49:35 +0800
committerGitHub <noreply@github.com>2018-10-11 02:49:35 +0800
commit88d0ab2caee24bac39dfc18d13dccd6919d2ce26 (patch)
tree2739216d5f18686ae32abebf4c45fa529150c5e2
parent30c6f3635b79c207debaf143da6621ed24d800e4 (diff)
parent6035fc69ef71a8d071f68f8b222f67625592c747 (diff)
downloadpry-88d0ab2caee24bac39dfc18d13dccd6919d2ce26.tar.gz
Merge pull request #1794 from pry/yardoc-check
travis: generate docs and fail if there are warnings
-rw-r--r--.travis.yml3
-rw-r--r--README.md8
2 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 2696d141..858be910 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,9 @@ matrix:
- rvm: 2.5
name: "Run RuboCop linting"
script: ruby -S bundle _1.15.4_ exec rubocop --parallel
+ - rvm: 2.5
+ name: "Run YARD linting"
+ script: ruby -S bundle _1.15.4_ exec yardoc --fail-on-warning --no-progress
notifications:
irc: "irc.freenode.org#pry"
diff --git a/README.md b/README.md
index 930ad300..c3569308 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,6 @@
© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2018<br>
-**Sponsors**
-
-[Launch School](https://launchschool.com)<br/>
-[Atomic Object](https://atomicobject.com/)<br/>
-[Hashrocket](https://hashrocket.com/)<br/>
-[Intridea](http://www.intridea.com)<br/>
-[Gaslight](https://teamgaslight.com)<br/>
-
**Other Resources**
[Skip to the website (recommended)](http://pryrepl.org/) <br />