.travis.yml in yt-annotations-1.4.1 vs .travis.yml in yt-annotations-1.4.2
- old
+ new
@@ -1,4 +1,7 @@
language: ruby
cache: bundler
rvm:
- 2.2.2
+script:
+ - bundle exec rspec
+ - bundle exec yard stats | grep "100.00% documented"
- old
+ new