mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
try switching back to psql 9.3 to fix travis
This commit is contained in:
parent
3fdd165f41
commit
c8f980e152
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.4.1"
|
- "2.4.1"
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.5"
|
postgresql: "9.3"
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database travis_ci_test;' -U postgres
|
- psql -c 'create database travis_ci_test;' -U postgres
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue