mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
11 lines
218 B
YAML
11 lines
218 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.6.0"
|
|
services:
|
|
- redis-server
|
|
- postgresql
|
|
before_script:
|
|
- psql -c 'create database travis_ci_test;' -U postgres
|
|
sudo: false
|
|
bundler_args: --jobs=1
|
|
before_install: gem install bundler
|