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.
 
 
 
 

60 satır
1.1 KiB

  1. language: ruby
  2. cache:
  3. bundler: true
  4. yarn: true
  5. directories:
  6. - node_modules
  7. - public/assets
  8. - public/packs-test
  9. - tmp/cache/babel-loader
  10. dist: trusty
  11. sudo: required
  12. notifications:
  13. email: false
  14. env:
  15. global:
  16. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  17. - LOCAL_HTTPS=true
  18. - RAILS_ENV=test
  19. - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  20. - PARALLEL_TEST_PROCESSORS=2
  21. - "PATH=$HOME:$PATH"
  22. addons:
  23. postgresql: 9.4
  24. apt:
  25. sources:
  26. - ubuntu-toolchain-r-test
  27. - trusty-media
  28. packages:
  29. - ffmpeg
  30. - g++-6
  31. - libprotobuf-dev
  32. - protobuf-compiler
  33. - libicu-dev
  34. rvm:
  35. - 2.3.4
  36. - 2.4.1
  37. services:
  38. - redis-server
  39. install:
  40. - nvm install
  41. - npm install -g yarn
  42. - bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
  43. - yarn install
  44. before_script:
  45. - bundle exec rake parallel:create parallel:load_schema parallel:prepare
  46. - bundle exec rails assets:precompile
  47. - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++"
  48. script:
  49. - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec
  50. - npm test
  51. - bundle exec i18n-tasks unused