Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Bump randomatic and fill-range #3

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

Bump randomatic and fill-range

7c0016f
Select commit
Loading
Failed to load commit list.
Open

Bump randomatic and fill-range #3

Bump randomatic and fill-range
7c0016f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 20, 2024 in 6m 8s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #3 Bump randomatic and fill-range.
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 OS State
3.1 4 Linux failed
3.2 5 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 4, 5
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "4",
    "5"
  ],
  "before_install": [
    "npm install -g gulp"
  ],
  "script": [
    "gulp",
    "npm test"
  ],
  "branches": {
    "only": [
      "master",
      "dev"
    ]
  }
}