The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

30 lines
421 B

  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. addons:
  9. postgresql: 9.4
  10. rvm:
  11. - 2.2.4
  12. services:
  13. - redis-server
  14. bundler_args: --without development production --retry=3 --jobs=3
  15. install:
  16. - npm install -g npm@2
  17. - npm install
  18. - bundle install
  19. before_script:
  20. - bundle exec rails db:create db:migrate
  21. script: bundle exec rspec