We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4f2861 + 3d0b1aa commit e177c3bCopy full SHA for e177c3b
.travis.yml
@@ -1,4 +1,9 @@
1
language: ruby
2
cache: bundler
3
+notifications:
4
+ email: false
5
rvm:
6
- 2.2.2
7
+script:
8
+ - bundle exec rspec
9
+ - bundle exec yard stats | grep "100.00% documented"
0 commit comments