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.

57 lines
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. - trusty-media
  27. packages:
  28. - ffmpeg
  29. - libprotobuf-dev
  30. - protobuf-compiler
  31. - libicu-dev
  32. rvm:
  33. - 2.3.4
  34. - 2.4.2
  35. services:
  36. - redis-server
  37. install:
  38. - nvm install
  39. - npm install -g yarn
  40. - bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
  41. - yarn install
  42. before_script:
  43. - bundle exec rake parallel:create parallel:load_schema parallel:prepare
  44. - bundle exec rails assets:precompile
  45. - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++"
  46. script:
  47. - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec
  48. - yarn test
  49. - bundle exec i18n-tasks check-normalized && bundle exec i18n-tasks unused