Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add renovate.json

39a55df
Select commit
Loading
Failed to load commit list.
Open

Configure Renovate #62

Add renovate.json
39a55df
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 15, 2023 in 5m 8s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #62 Configure Renovate.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
219.1 8.11.4 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux passed
219.2 10.14.1 PATH="/tmp/ci-tools:./node_modules/.bin/:$PATH" Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Trusty)
Node.js Versions 8.11.4, 10.14.1
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "8.11.4",
    "10.14.1"
  ],
  "env": [
    "global={:PATH=>\"\\\"/tmp/ci-tools:./node_modules/.bin/:$PATH\\\"\"}"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "/tmp/ci-tools"
    ]
  },
  "before_install": [
    "curl -sSL https://github.com/goodeggs/travis-utils/raw/master/install-ci-tools.sh | CACHE_DIR=/tmp/ci-tools sh -s -- yarn=1.9.4"
  ],
  "install": [
    "yarn install"
  ],
  "script": [
    "yarn run test"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "api_token": {
        "secure": "CIn2D/TGuTtOPJM4HpD+wW73FwKzA3YGrB1b7yHiYJIkkuppKW4Uu37xGV8aO7p+qIawFqHN3BWg8gwpaz8TnQr48a8gbTbz4KRg1gsw3nK+NniiOnBwi00bZwV0KGCMyMsHmN6cTyIgi43Pc5bdn+34yRlCA+e25iKAZ+4K5o4="
      },
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "all_branches": true,
        "node_js": "8.11.4"
      }
    }
  ]
}