Push event #1079 passed

  • Ran for
  • Total time
travis-ci/travis.rb:.travis.yml@dd27bc9
language: ruby
cache: bundler

os:
  - linux

rvm:
  - jruby
  - 2.2.7
  - 2.3.8
  - 2.4.5
  - 2.5.5
  - 2.6.3

jobs:
  include:
    - os: osx
      rvm: 2.5.5
    - os: osx
      rvm: 2.6.3
    - stage: deploy
      if: branch = master and type = push
      os: linux
      rvm: 2.6.3
      deploy:
        provider: rubygems
        api_key:
          secure: KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g=
        gem: travis
        on:
          repo: travis-ci/travis.rb
          ruby: 2.6.3
        edge: true
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "jruby",
    "2.2.7",
    "2.3.8",
    "2.4.5",
    "2.5.5",
    "2.6.3"
  ],
  "jobs": {
    "include": [
      {
        "os": "osx",
        "rvm": "2.5.5"
      },
      {
        "os": "osx",
        "rvm": "2.6.3"
      },
      {
        "if": "branch = master and type = push",
        "os": "linux",
        "rvm": "2.6.3",
        "stage": "deploy",
        "deploy": [
          {
            "on": {
              "rvm": "2.6.3",
              "repo": "travis-ci/travis.rb"
            },
            "gem": "travis",
            "edge": true,
            "api_key": {
              "secure": "RKOQcJbIw6YUIvpNgI2PWmsRLhfMKFaRpve5PyLw4zwlCcYIpx+1VkzaYgQEw/87QzCinuXCF1O7YiSI8UfixmYqFSnV+dze8tLoh0wjGC3NRoN0TXlXnwPJMe3QN+1KU05giySQBkpyaKVsjTe5XAvzNWFYDhSiM3qul0mePoU="
            },
            "provider": "rubygems"
          }
        ]
      }
    ]
  },
  "cache": {
    "bundler": true
  },
  "language": "ruby"
}