mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Use bundle exec
This commit is contained in:
parent
dcd8877b60
commit
b191c302f1
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ env:
|
|||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
|
||||
script: rake test:unit
|
||||
script: bundle exec rake test:unit
|
||||
|
|
|
|||
Loading…
Reference in a new issue