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.

59 lines
1.2 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. - trusty-media
  27. - sourceline: deb https://dl.yarnpkg.com/debian/ stable main
  28. key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
  29. packages:
  30. - ffmpeg
  31. - libicu-dev
  32. - libprotobuf-dev
  33. - protobuf-compiler
  34. - yarn
  35. rvm:
  36. - 2.3.4
  37. - 2.4.2
  38. services:
  39. - redis-server
  40. install:
  41. - nvm install
  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. - yarn test
  51. - bundle exec i18n-tasks check-normalized && bundle exec i18n-tasks unused