mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
11 lines
179 B
YAML
11 lines
179 B
YAML
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
- psql -c 'create database fixer_test;' -U postgres
|
|
- cd app
|
|
env:
|
|
- RACK_ENV=test
|
|
rvm:
|
|
- 2.5.0
|
|
sudo: false
|