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

Bump lodash, gulp, karma and karma-webpack #9

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

Bump lodash, gulp, karma and karma-webpack

a7a87ca
Select commit
Loading
Failed to load commit list.
Open

Bump lodash, gulp, karma and karma-webpack #9

Bump lodash, gulp, karma and karma-webpack
a7a87ca
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 20, 2024 in 6m 25s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #9 Bump lodash, gulp, karma and karma-webpack.
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
9.1 4 Linux errored
9.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"
    ]
  }
}