sf-log-gh-messages log more info on github_status failures

Push event #732.1 passed

  • Ran for
AMD64
no language set
Git
MarcinKonowalczyk/poly-fast-matlab:.travis.yml@bb9f55e
jobs:
  include:
    # Developped on R2017b, ought to work back to at least R2014b,
    # but travis only supports matlab R2020a, and only on linux
    - language: matlab
      matlab: R2020a
      os: linux

before_script:
  - which matlab # Print matlab path (for debugging)
  - git clone https://github.com/MOxUnit/MOxUnit.git # Get MOxUnit

script:
  - matlab -batch 'back=cd("./MOxUnit/MOxUnit/"); moxunit_set_path(); cd(back); result=moxunit_runtests("tests","-verbose"); exit(double(~result))'
Build Config
{
  "rvm": "2.4.2",
  "sudo": false,
  "cache": "bundler",
  "script": "bundle exec rspec -fs --color --order rand spec",
  "language": "ruby",
  "notifications": {
    "webhooks": "http://requestb.in/14h19sy1"
  }
}