Push event #100 errored

  • Ran for
  • Total time
travis-ci/pupcycler:.travis.yml@c5cef4a
language: ruby
sudo: false
rvm: 2.5.1
cache:
  bundler: true
  directories:
  - $HOME/.rvm
env:
  global:
  - COVERAGE=1
  matrix:
  - INTEGRATION_SPECS=0
  - INTEGRATION_SPECS=1
services:
- redis-server
before_install:
  - gem install bundler
  - gem install rubygems-update -v 3.4.22
before_script: source .example.env
notifications:
  email: false
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "rvm": [
    "2.5.1"
  ],
  "cache": {
    "bundler": true,
    "directories": [
      "$HOME/.rvm"
    ]
  },
  "env": {
    "global": [
      {
        "COVERAGE": "1"
      }
    ],
    "jobs": [
      {
        "INTEGRATION_SPECS": "0"
      },
      {
        "INTEGRATION_SPECS": "1"
      }
    ]
  },
  "services": [
    "redis"
  ],
  "before_install": [
    "gem install bundler",
    "gem install rubygems-update -v 3.4.22"
  ],
  "before_script": [
    "source .example.env"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  }
}