summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2016-02-29 08:35:37 +0000
committerLee Jarvis <leejarvis@fastmail.com>2016-02-29 08:35:37 +0000
commit601f498d572a37cb818bcb78f32aee286e8ff70a (patch)
treed98a274d506ae31df009bb292b0e96c6ae73e258
parentd40668357175780fe82b9aa4f6936dea39a3d7b6 (diff)
parent78730c8e910c5990c96e88a007797c95e6d7eb62 (diff)
downloadslop-601f498d572a37cb818bcb78f32aee286e8ff70a.tar.gz
Merge pull request #190 from koic/ruby-23
Test against Ruby 2.3.0 on Travis CI
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 34b6030..5a59755 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,11 @@
cache: bundler
+before_install:
+ - gem update bundler
rvm:
- 2.0.0
- 2.1
- 2.2
+ - 2.3.0
- rbx-2
- jruby-head
- ruby-head