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.1 KiB

Version bumps for ruby and misc gems (#1159) * Update rspec-rails to version 3.5.2 * Update addressable to version 2.5.1 * Update autoprefixer-rails to version 6.7.7.1 * Update bullet to version 5.5.1 * Update domain_name to version 0.5.20170404 * Update letter_opener_web to version 1.3.1 * Upate redis-rails to version 5.0.2 * Update active_record_query_trace to version 1.5.4 * Update capistrano-rails to version 1.2.3 * Update dotenv-rails to version 2.2.0 * Update pg to version 0.20.0 * Update tilt to version 2.0.7 * Update warden to version 1.2.7 * Update tins to version 1.13.2 * Update terminal-table to version 1.7.3 * Update oj to version 2.18.5 * Update simplecov to version 0.14.1 * Update uglifier to version 3.1.13 * Update hashdiff to version 0.3.2 * Update webmock to version 2.3.2 * Update devise to version 4.2.1 * Use ruby version 2.4.1 * Update sass to version 3.4.23 * Update puma to version 3.8.2 * Update will_paginate to version 3.1.5 * Update font-awesome-rails to version 4.7.0.1 * Update fuubar to version 2.2.0 * Update pry-rails to version 0.3.6 * Update simple-navigation to version 4.0.5 * Update rubocop to version 0.48.1 * Update doorkeeper to version 4.2.5 * Update faker to version 1.7.3 * Update aws-sdk to version 2.9.5 * Update fabrication to version 2.16.1 * Update hamlit-rails to version 0.2.0 * Update http to version 2.2.1 * Update httplog to version 0.99.2 * Update sidekiq to version 4.2.10 * Update rspec-sidekiq to version 3.0.0 * Update pghero to version 1.6.4 * Update rack-cors to version 0.4.1 * Update i18n-tasks to version 0.9.13 * Update ruby-oembed to version 0.12.0 * Update jquery-rails to version 4.3.1 * Update simple_form to version 3.4.0 * Update react-rails to version 1.11.0 * Update aws-sdk to version 2.9.6 * Update sidekiq-unique-jobs to version 5.0.0 * Update uglifier to version 3.2.0
7 years ago
  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