Push event #1 errored

  • Ran for
  • Total time
  • New branch build
travis-ci/fog:.travis.yml@34e0318
language: ruby

rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0

script: FOG_MOCK=true bundle exec shindont

notifications:
  email: false
  irc:
    channels:
      - "irc.freenode.org#ruby-fog"
    template:
      - "[#%{build_number}] %{message} %{build_url}"
      - "[#%{build_number}] %{commit} on %{branch} by %{author}"
      - "[#%{build_number}] %{compare_url}"
    on_success: always
    on_failure: always
    use_notice: false
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "1.8.7",
    "1.9.2",
    "1.9.3",
    "2.0.0"
  ],
  "script": [
    "FOG_MOCK=true bundle exec shindont"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "irc": [
      {
        "channels": [
          "irc.freenode.org#ruby-fog"
        ],
        "template": [
          "[#%{build_number}] %{message} %{build_url}",
          "[#%{build_number}] %{commit} on %{branch} by %{author}",
          "[#%{build_number}] %{compare_url}"
        ],
        "on_success": "always",
        "on_failure": "always",
        "use_notice": false
      }
    ]
  }
}