mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
9 lines
160 B
YAML
9 lines
160 B
YAML
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
before_script:
|
|
- psql -c 'create database fixer_test;' -U postgres
|
|
rvm:
|
|
- 2.4.1
|
|
sudo: false
|