You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
495 B

7 years ago
  1. language: ruby
  2. cache: bundler
  3. env:
  4. global:
  5. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  6. - LOCAL_HTTPS=true
  7. - RAILS_ENV=test
  8. - NEO4J_HOST=localhost
  9. - NEO4J_PORT=7575
  10. addons:
  11. postgresql: 9.4
  12. rvm:
  13. - 2.2.4
  14. services:
  15. - redis-server
  16. bundler_args: --without development production --retry=3 --jobs=3
  17. install:
  18. - npm install -g npm@3
  19. - npm install -g yarn
  20. - bundle install
  21. - yarn install
  22. before_script:
  23. - bundle exec rails db:create db:migrate
  24. script: bundle exec rspec