Skip to content
Snippets Groups Projects
.travis.yml 1010 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
Akihiko Odaki's avatar
Akihiko Odaki committed
    - "PATH=$HOME:$PATH"
  apt:
    sources:
    - ubuntu-toolchain-r-test
    - trusty-media
    packages:
    - ffmpeg
Akihiko Odaki's avatar
Akihiko Odaki committed
    - g++-6
    - libprotobuf-dev
    - protobuf-compiler
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
Akihiko Odaki's avatar
Akihiko Odaki committed
  - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++"
  - bundle exec parallel_test spec/ --group-by filesize --type rspec
  - bundle exec i18n-tasks unused