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.
1 parent c1ca00d commit c948863Copy full SHA for c948863
.travis.yml
@@ -6,5 +6,7 @@ install:
6
- bundle install
7
- bundle exec rake install
8
before_script: "rubocop"
9
+addons:
10
+ srcclr: true
11
script: "rake spec"
12
after_success: "coveralls"
0 commit comments