marinosoftware/active_storage_drag_and_drop

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: ruby
cache: bundler
rvm:
  - 2.7.0

addons:
  firefox: latest

env:
  global:
    CC_TEST_REPORTER_ID=93b20ad2a94eb5d9feb97dca94b2d1df4243fa3d715d5d6c1c61bc9c6199f105

before_install:
  - nvm install node
  - gem install bundler -v 2.1.2
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build

before_script:
  - yarn install
  - yarn build

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT