frankfurter/.travis.yml
Hakan Ensari 3319c49dca Spring clean code base
- Bump ruby version
- Remove obsolete files, including deploy artefacts
- Don't use pride when testing
- Store gem and app in same repo
- Switch to asdf
2017-11-09 23:30:13 +00:00

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.4.2
sudo: false