Skip to content

Commit 3d0b1aa

Browse files
committed
Test code documentation in Travis
1 parent f4f2861 commit 3d0b1aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
language: ruby
22
cache: bundler
3+
notifications:
4+
email: false
35
rvm:
46
- 2.2.2
7+
script:
8+
- bundle exec rspec
9+
- bundle exec yard stats | grep "100.00% documented"

0 commit comments

Comments
 (0)