This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Bump minimatch and gulp #7
Open
Travis CI / Travis CI - Pull Request
required action
Feb 20, 2024 in 6m 10s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #7 Bump minimatch and gulp.
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 |
---|---|---|---|
7.1 | 4 | Linux | failed |
7.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"
]
}
}
Loading