mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
continuing to fight travis: new .yml config changes
This commit is contained in:
parent
c8f980e152
commit
a542796ce3
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- "2.4.1"
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
services:
|
||||
- redis-server
|
||||
- postgresql
|
||||
before_script:
|
||||
- psql -c 'create database travis_ci_test;' -U postgres
|
||||
sudo: false
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
database: 'postgres://postgres@localhost/travis_ci_test'
|
||||
database_pool: 1
|
||||
redis_url: redis://localhost
|
||||
session_secret: 's3cr3t'
|
||||
recaptcha_public_key: '1234'
|
||||
recaptcha_private_key: '5678'
|
||||
|
|
Loading…
Add table
Reference in a new issue