The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

51 satır
724 B

  1. language: ruby
  2. cache:
  3. bundler: true
  4. yarn: true
  5. directories:
  6. - node_modules
  7. dist: trusty
  8. sudo: false
  9. notifications:
  10. email: false
  11. env:
  12. global:
  13. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  14. - LOCAL_HTTPS=true
  15. - RAILS_ENV=test
  16. - CXX=g++-4.8
  17. addons:
  18. postgresql: 9.4
  19. apt:
  20. sources:
  21. - ubuntu-toolchain-r-test
  22. - trusty-media
  23. packages:
  24. - g++-4.8
  25. - ffmpeg
  26. rvm:
  27. - 2.3.4
  28. - 2.4.1
  29. services:
  30. - redis-server
  31. bundler_args: --without development production --retry=3 --jobs=3
  32. install:
  33. - nvm install
  34. - npm install -g yarn
  35. - bundle install
  36. - yarn install
  37. before_script:
  38. - bundle exec rails db:create db:migrate
  39. script:
  40. - bundle exec rspec
  41. - npm test
  42. - i18n-tasks unused