octobox/.travis.yml

18 строки
272 B
YAML
Исходник Обычный вид История

2016-12-18 07:22:42 +03:00
language: ruby
sudo: false
rvm:
- 2.3.3
2016-12-18 07:31:57 +03:00
env:
- DB=postgresql
2016-12-18 07:22:42 +03:00
before_script:
- psql -c 'create database "github-inbox_test";' -U postgres
2016-12-18 07:22:42 +03:00
bundler_args: --without development production --deployment --jobs=3 --retry=3
cache: bundler
notifications:
email: false