зеркало из https://github.com/github/octobox.git
21 строка
379 B
YAML
21 строка
379 B
YAML
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
- 2.3.3
|
|
|
|
services:
|
|
- postgresql
|
|
|
|
before_script:
|
|
- psql -c 'create database "octobox_test";' -U postgres
|
|
|
|
script:
|
|
- RAILS_ENV=test bundle exec rake --trace db:migrate test && bundle exec codeclimate-test-reporter
|
|
|
|
bundler_args: --without development production --deployment --jobs=3 --retry=3
|
|
|
|
cache: bundler
|
|
|
|
notifications:
|
|
email: false
|