Navigation Menu

Skip to content

Commit

Permalink
travis: PostgreSQL 10 isn't available yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 9, 2017
1 parent 5324748 commit 3db654f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -23,11 +23,11 @@ matrix:
WAL_SUPPORTED: "yes"
addons:
postgresql: "9.6"
- env:
PG_VERSION: 10.0
WAL_SUPPORTED: "yes"
addons:
postgresql: "10.0"
# - env:
# PG_VERSION: 10.0
# WAL_SUPPORTED: "yes"
# addons:
# postgresql: "10.0"
sudo: required
# env:
# - GROONGA_MASTER=yes
Expand Down

0 comments on commit 3db654f

Please sign in to comment.