summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-18 22:48:44 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-18 22:48:44 -0800
commitcd49dd7a175b0acae2700b5e8808b70f03e39a8f (patch)
tree81ed93e4f0c967c12887033609fc0230a351a192 /.travis.yml
parented1b6042be66637e8f5b543c6876d1302af2fc2f (diff)
downloadffi-yajl-cd49dd7a175b0acae2700b5e8808b70f03e39a8f.tar.gz
get the c extensions compiled in
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dd5593..d947287 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
before_install: sudo dpkg -P libyajl1 || true
-script: rake install ; lib=`gem which ffi_yajl`; dirname=`dirname $lib`; cd $dirname/..; rspec
+ # this would probably all be easier if i fixed bundle install not working...
+script: rake gem ; gem install pkg/ffi-yajl*.gem ; lib=`gem which ffi_yajl`; dirname=`dirname $lib`; cd $dirname/..; rspec
after_success: gem install yajl-ruby; gem install json; gem install psych; ffi-yajl-bench
language: ruby
rvm: