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

Bump debug, gulp-connect, karma and mocha #6

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

Bump debug, gulp-connect, karma and mocha

966b1ed
Select commit
Loading
Failed to load commit list.
Open

Bump debug, gulp-connect, karma and mocha #6

Bump debug, gulp-connect, karma and mocha
966b1ed
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 20, 2024 in 5m 42s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #6 Bump debug, gulp-connect, karma and mocha.
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
6.1 4 Linux errored
6.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"
    ]
  }
}