--format documentation only on travis

This commit is contained in:
Christian Mehlmauer
2013-01-16 20:35:49 +01:00
parent 8057f6127f
commit 949e39fd2d
2 changed files with 1 additions and 3 deletions

2
.rspec
View File

@@ -1,3 +1 @@
--color
--format documentation

View File

@@ -2,4 +2,4 @@ language: ruby
rvm:
- "1.9.2"
- "1.9.3"
script: bundle exec rspec spec
script: bundle exec rspec --format documentation