Skip to content

Commit e177c3b

Browse files
author
claudiofullscreen
authored
Merge pull request #21 from Fullscreen/better-travis
Test code documentation in Travis
2 parents f4f2861 + 3d0b1aa commit e177c3b

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)