The code powering m.abunchtell.com https://m.abunchtell.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
764 B

  1. language: ruby
  2. cache: bundler
  3. dist: trusty
  4. sudo: required
  5. notifications:
  6. email: false
  7. env:
  8. global:
  9. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  10. - LOCAL_HTTPS=true
  11. - RAILS_ENV=test
  12. - CXX=g++-4.8
  13. addons:
  14. postgresql: 9.4
  15. rvm:
  16. - 2.3.4
  17. - 2.4.1
  18. services:
  19. - redis-server
  20. bundler_args: --without development production --retry=3 --jobs=3
  21. before_install:
  22. - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
  23. - sudo add-apt-repository -y ppa:mc3man/trusty-media
  24. - sudo apt-get -qq update
  25. - sudo apt-get -qq install g++-4.8 ffmpeg
  26. install:
  27. - nvm install
  28. - npm install -g yarn
  29. - bundle install
  30. - yarn install
  31. before_script:
  32. - bundle exec rails db:create db:migrate
  33. script:
  34. - bundle exec rspec
  35. - npm test
  36. - i18n-tasks unused