xcode8.1 Build branch=xcode8.1; source=rake; (RUBY=ruby-2.4.0-preview…

API event #16679.1 passed

  • Ran for
AMD64
no language set
Git
Tabcorp/bison-types:.travis.yml@1764aff
language: node_js
node_js:
  - "10"
  - "12"
  - "14"
env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8
script: "npm test"
jobs:
  include:
    - stage: npm release
      script: echo "Deploying to npm ..."
      deploy:
        provider: npm
        email: $NPM_EMAIL
        api_key: $NPM_TOKEN
        skip_cleanup: true
        on:
          tags: true
          branch: master
Build Config
{
  "env": {
    "global": "RUBY=ruby-2.4.0-preview3"
  },
  "matrix": {
    "include": [
      {
        "os": "osx",
        "osx_image": "xcode8.1sneakpeek",
        "before_install": "sw_vers"
      }
    ],
    "allow_failures": [
      {
        "services": "docker"
      },
      {
        "os": "osx"
      }
    ]
  },
  "script": [
    "unset JRUBY_OPTS",
    "./build.sh"
  ],
  "language": "c",
  "after_failure": "find $rvm_path/log/ -type f | xargs ls -t | head -n 1 | xargs cat",
  "notifications": {
    "email": false
  }
}