aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-03-26 02:00:33 -0700
committerZachary Scott <e@zzak.io>2015-03-26 02:00:33 -0700
commitfe817406894fae2639417711b4d8857c4a0a77b0 (patch)
treec1a411c2ff690f2afbce97b8135710ca3e932c7f /.travis.yml
parenta0e0036d4380b3cbb595904ca636cc4341a3b663 (diff)
downloadruby-openssl-fe817406894fae2639417711b4d8857c4a0a77b0.tar.gz
Build with latest RG and bundler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 74ed61a8..783ebabd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,7 @@
+before_install:
+ - "gem update rubygems-update"
+ - "gem update --system"
+ - "gem update bundler"
script: "bundle exec rake test"
rvm: