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

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. dist: trusty
  10. sudo: false
  11. notifications:
  12. email: false
  13. env:
  14. global:
  15. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  16. - LOCAL_HTTPS=true
  17. - RAILS_ENV=test
  18. - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  19. - PARALLEL_TEST_PROCESSORS=2
  20. - "PATH=$HOME:$PATH"
  21. addons:
  22. postgresql: 9.4
  23. apt:
  24. sources:
  25. - ubuntu-toolchain-r-test
  26. - trusty-media
  27. packages:
  28. - ffmpeg
  29. - g++-6
  30. - libprotobuf-dev
  31. - protobuf-compiler
  32. rvm:
  33. - 2.3.4
  34. - 2.4.1
  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. - npm test
  49. - bundle exec i18n-tasks unused