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

Bump negotiator and gulp-connect #4

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

Bump negotiator and gulp-connect

d01ccaf
Select commit
Loading
Failed to load commit list.
Open

Bump negotiator and gulp-connect #4

Bump negotiator and gulp-connect
d01ccaf
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 20, 2024 in 5m 39s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4 Bump negotiator and gulp-connect.
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
4.1 4 Linux failed
4.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"
    ]
  }
}