mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 09:12:35 +02:00
7 lines
133 B
YAML
7 lines
133 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.1.1"
|
|
addons:
|
|
postgresql: "9.3"
|
|
before_script:
|
|
- psql -c 'create database travis_ci_test;' -U postgres
|