feature_branch cron test the PR status in GH when the build is cancelled

mariadeanton authored and committed

Cron job event #227.1 passed

  • Ran for
AMD64
Ruby
Git
MariadeAnton/hola:.travis.yml@40716bc
sudo: false
language: ruby
cache:
  directories:
  - $HOME/hola
install: true
script:
  - mkdir hola
  - cd hola
  - echo "//this is a file to commit and cache, why not?" >> new.txt
  - cal
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "cache": {
    "directories": [
      "$HOME/hola"
    ]
  },
  "install": [
    "true"
  ],
  "script": [
    "mkdir hola",
    "cd hola",
    "echo \"//this is a file to commit and cache, why not?\" >> new.txt",
    "cal"
  ]
}