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
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.4.1"
|
- "2.4.1"
|
||||||
addons:
|
services:
|
||||||
postgresql: "9.3"
|
- redis-server
|
||||||
|
- postgresql
|
||||||
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
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
database: 'postgres://postgres@localhost/travis_ci_test'
|
database: 'postgres://postgres@localhost/travis_ci_test'
|
||||||
database_pool: 1
|
database_pool: 1
|
||||||
redis_url: redis://localhost
|
|
||||||
session_secret: 's3cr3t'
|
session_secret: 's3cr3t'
|
||||||
recaptcha_public_key: '1234'
|
recaptcha_public_key: '1234'
|
||||||
recaptcha_private_key: '5678'
|
recaptcha_private_key: '5678'
|
||||||
|
|
Loading…
Add table
Reference in a new issue