Use bundle exec

This commit is contained in:
Seth Vargo 2015-07-09 17:20:02 -06:00
parent dcd8877b60
commit b191c302f1
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
script: rake test:unit
script: bundle exec rake test:unit