2016-12-18 07:22:42 +03:00
|
|
|
language: ruby
|
|
|
|
sudo: false
|
|
|
|
rvm:
|
|
|
|
- 2.3.3
|
|
|
|
|
2016-12-18 07:35:08 +03:00
|
|
|
services:
|
|
|
|
- postgresql
|
2016-12-18 07:31:57 +03:00
|
|
|
|
2016-12-18 07:22:42 +03:00
|
|
|
before_script:
|
2016-12-18 23:34:05 +03:00
|
|
|
- psql -c 'create database "octobox_test";' -U postgres
|
2016-12-18 07:22:42 +03:00
|
|
|
|
2016-12-19 22:55:19 +03:00
|
|
|
script:
|
|
|
|
- RAILS_ENV=test bundle exec rake --trace db:migrate test && bundle exec codeclimate-test-reporter
|
|
|
|
|
2016-12-18 07:22:42 +03:00
|
|
|
bundler_args: --without development production --deployment --jobs=3 --retry=3
|
|
|
|
|
|
|
|
cache: bundler
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|