Skip to content
Snippets Groups Projects
Commit 94eb142a authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Updating Travis CI file to setup the test environment correctly

parent 9a7485d0
No related branches found
No related tags found
No related merge requests found
language: ruby
cache: bundler
env:
global:
- LOCAL_DOMAIN=example.com
- LOCAL_HTTPS=false
addons:
postgresql: 9.4
rvm:
- 2.2.4
services:
- redis-server
bundler_args: --without development --retry=3 --jobs=3
before_script:
- bundle exec rake db:create db:migrate
script: bundle exec rspec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment