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

Trying to fix travis tests

parent 03f5ffcd
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,14 @@ rvm:
services:
- redis-server
bundler_args: --without development --retry=3 --jobs=3
bundler_args: --without development production --retry=3 --jobs=3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y nodejs nodejs-legacy npm
before_script:
- npm install
- 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