summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-23 21:08:16 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-23 21:08:16 -0800
commitc58db8ca1704fb764752f69d1b7663a7d9d2b42a (patch)
tree0915b07cd56d445778468ddad0b11c09f32dd51d /.travis.yml
parent6229ffa8872529479699aa1fc57b459ec06915c2 (diff)
downloadffi-yajl-c58db8ca1704fb764752f69d1b7663a7d9d2b42a.tar.gz
rake compile should be fixed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f35a57c..85f318d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
before_install: sudo dpkg -P libyajl1 || true
# this would probably all be easier if i fixed bundle install not working...
-script: rake compile; rake install; lib=`gem which ffi_yajl`; dirname=`dirname $lib`; cd $dirname/..; rspec
+script: rake compile; rake spec
after_success: gem install yajl-ruby; gem install json; gem install psych; FORCE_FFI_YAJL="ext" ffi-yajl-bench
language: ruby
rvm: