Skip to content
Snippets Groups Projects
.travis.yml 1.22 KiB
Newer Older
  bundler: true
  yarn: true
  directories:
  - node_modules
  - public/assets
  - public/packs-test
  - tmp/cache/babel-loader
dist: trusty
Eugen Rochko's avatar
Eugen Rochko committed
sudo: required
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:
    - trusty-media
    - sourceline: deb https://dl.yarnpkg.com/debian/ stable main
      key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
Akihiko Odaki's avatar
Akihiko Odaki committed
    - 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++"
  - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec
  - bundle exec i18n-tasks check-normalized && bundle exec i18n-tasks unused