Skip to content

Commit

Permalink
Update travis ruby and PostgreSQL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 23, 2017
1 parent 248e673 commit 9ab1891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
language: ruby
rvm:
- "2.2"
- "2.3.0"
- "2.4.2"
- rbx
env:
- "PGVERSION=9.5.0-1-linux-x64 PATH=\"/opt/PostgreSQL/9.5/bin:$PATH\""
- "PGVERSION=9.1.19-3-linux-x64 PATH=\"/opt/PostgreSQL/9.1/bin:$PATH\""
- "PGVERSION=10.0-1-linux-x64 PATH=\"/opt/PostgreSQL/10/bin:$PATH\""
- "PGVERSION=9.3.19-1-linux-x64 PATH=\"/opt/PostgreSQL/9.3/bin:$PATH\""
- "PGCROSS=true"
matrix:
# Test cross compilation only with 2.3
# Test cross compilation only with 2.4
exclude:
- rvm: "2.2"
env: "PGCROSS=true"
Expand Down

0 comments on commit 9ab1891

Please sign in to comment.