Skip to content
Snippets Groups Projects
.travis.yml 905 B
Newer Older
dist: trusty
Eugen Rochko's avatar
Eugen Rochko committed
notifications:
  email: false

    - LOCAL_DOMAIN=cb6e6126.ngrok.io
    - LOCAL_HTTPS=true
    - RAILS_ENV=test
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
    - PARALLEL_TEST_PROCESSORS=2

  apt:
    sources:
    - ubuntu-toolchain-r-test
    - trusty-media
    packages:
    - g++-4.8
    - ffmpeg
Eugen Rochko's avatar
Eugen Rochko committed
install:
  - nvm install
  - bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
  - bundle exec rake parallel:create parallel:load_schema parallel:prepare
  - bundle exec rails assets:precompile
  - bundle exec parallel_test spec/ --group-by filesize --type rspec
  - bundle exec i18n-tasks unused