Skip to content

Commit

Permalink
Use a custom version of slather which is more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 15, 2016
1 parent a8399b2 commit e7bc5e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Expand Up @@ -14,7 +14,8 @@ dependencies:
- sudo gem uninstall bundler -v '>1.12.5' --force || echo "bundler >1.12.5 is not installed"
- sudo gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
- sudo gem install scan --no-rdoc --no-ri --no-document --quiet
- sudo gem install slather --no-rdoc --no-ri --no-document --quiet
- sudo gem install specific_install --no-rdoc --no-ri --no-document --quiet
- sudo gem specific_install -l https://github.com/0xced/slather.git -b coveralls-verbose

test:
pre:
Expand Down

0 comments on commit e7bc5e8

Please sign in to comment.