main now a real matrix expansion os x rvm and expand with 2 jobs.…

Push event #15 errored

  • Ran for
  • Total time
language: ruby
cache: bundler

install: skip

os:
  - linux
  - osx
rvm:
  - 2.0.0
  - 2.1.0
  - 2.1.3

jobs:
  include:
    - os: osx
      osx_image: xcode7.3
    - stage: deploy
      script: echo "I'd deploy here..."
Build Config
{
  "os": [
    "linux",
    "osx"
  ],
  "rvm": [
    "2.0.0",
    "2.1.0",
    "2.1.3"
  ],
  "jobs": {
    "include": [
      {
        "os": "osx",
        "osx_image": "xcode7.3"
      },
      {
        "stage": "deploy",
        "script": "echo \"I'd deploy here...\""
      }
    ]
  },
  "cache": "bundler",
  "install": "skip",
  "language": "ruby"
}