summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-01-05 10:45:54 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-01-05 10:45:54 -0700
commit7a9cd7bc5cfb21d167afd0a260461ec61b534483 (patch)
tree43cc5657385c1b097b0f394d85a5aca7b8e32bcd /.travis.yml
parent11f0de4c793b9a46fc1ea176127d0bf0300bb011 (diff)
downloadffi-yajl-7a9cd7bc5cfb21d167afd0a260461ec61b534483.tar.gz
finally found the ruby-1.8+rubygems+bundler fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b7e725..8cf7a44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
before_install:
- sudo dpkg -P libyajl1 || true
+ - gem update bundler
- bundle --version
- - gem uninstall -aIx -i /home/travis/.rvm/gems/ruby-1.9.3-p484@global bundler
- - gem install bundler --version '~> 1.3'
- - bundle --version
+ - gem update --system 2.1.11
+ - gem --version
script: rake install; echo "DONE WITH RAKE INSTALL"; lib=`gem which ffi_yajl`; dirname=`dirname $lib`; cd $dirname/..; rspec
after_success: gem install yajl-ruby; gem install json; gem install psych; FORCE_FFI_YAJL="ext" ffi-yajl-bench
language: ruby