Sha256: 521dc8edc3997744543ecd14216387e42fef54c163923099bd2bc1102a7a1397

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

language: ruby
os: linux
dist: bionic
services:
  - mysql
addons:
  postgresql: "10"
cache:
  bundler: true
  yarn: true
  directories:
    - /home/travis/.webdrivers/
rvm:
  - 2.6.6
  - 2.7.1

before_script:
  - 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
  - nvm use 12

script: bundle exec rake

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

jobs:
  include:
    - language: node_js
      node_js: 12
      install: yarn install
      script: yarn jest --coverage
      env: NODE_ENV=test
      before_script: skip
      after_script: skip

env:
  global:
    CC_TEST_REPORTER_ID=bca4349e32f97919210ac8a450b04904b90683fcdd57d65a22c0f5065482bc22
  jobs:
    - DB=mysql RAILS_VERSION=5.2
    - DB=mysql RAILS_VERSION=6.0
    - DB=postgresql RAILS_VERSION=5.2
    - DB=postgresql RAILS_VERSION=6.0
notifications:
  slack:
    secure: QzOFw1Ph69pzwWBFgtIVkOnjbcRxB9HPRQ+RYjK+2tg+fsbiTJ+wYgHcZL49tPYcLAls4kymkFWzWBF3PCAXJMfKgUCqXzdQ2FuJC/JoVRTLll4wDnZFPG33jsm5tVznmycZ3ma4+ZWfJQ+C+elEBOba6v1kG9eGIy6sH2cvXfE=

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy_cms-5.1.0.rc1 .travis.yml
alchemy_cms-5.1.0.beta2 .travis.yml
alchemy_cms-5.1.0.beta1 .travis.yml
alchemy_cms-5.0.1 .travis.yml