The code powering m.abunchtell.com https://m.abunchtell.com
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

30 righe
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