Skip to content

Commit

Permalink
Test with PG 9.4, drop rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Nov 8, 2016
1 parent 42022ba commit be8e8fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ rvm:
- 2.3.1
- 2.2.5
- jruby-9.0.5.0
- rbx-2
gemfile:
- gemfiles/ar50.gemfile
matrix:
allow_failures:
- rvm: jruby-9.0.5.0
- rvm: rbx-2
addons:
postgresql: "9.3"
postgresql: "9.4"
before_script:
- psql -U postgres -c "create database postgis_adapter_test"
- psql -U postgres -d postgis_adapter_test -c "create extension postgis"
Expand Down

0 comments on commit be8e8fc

Please sign in to comment.