diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-22 16:34:38 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-22 16:34:38 -0700 |
commit | 77e9588e9682f491eee406fadd225ad8dd940a7a (patch) | |
tree | 1e62b658d7839cb2200dd2c6c885ff058a15ef31 /.travis.yml | |
parent | 4db0ef42910d03209c7bb4b69f14e565c8c758ae (diff) | |
download | chef-77e9588e9682f491eee406fadd225ad8dd940a7a.tar.gz |
force ffi-yajl to use C extlcg/force-ffi-yajl
might speed up builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ec05a9f002..65d28d0f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,10 @@ branches: script: bundle exec rspec --color --format progress +env: + global: + - FORCE_FFI_YAJL=ext + matrix: include: - rvm: 1.9.3 |