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