Update tsconfig-paths #2926
Closed
Update tsconfig-paths #2926
Travis CI / Travis CI - Pull Request
failed
Nov 20, 2023 in 5m 39s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2926 Update tsconfig-paths.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
1270.1 | 14 | ESLINT_VERSION=5 | macOS | passed |
1270.2 | 12 | ESLINT_VERSION=5 | macOS | passed |
1270.3 | 10 | ESLINT_VERSION=5 | macOS | passed |
1270.4 | 8 | ESLINT_VERSION=4 | macOS | passed |
1270.5 | 6 | ESLINT_VERSION=3 | macOS | passed |
1270.6 | 4 | ESLINT_VERSION=2 | macOS | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"before_install": [
"nvm install-latest-npm",
"NPM_CONFIG_LEGACY_PEER_DEPS=true npm install",
"npm run copy-metafiles"
],
"install": [
"NPM_CONFIG_LEGACY_PEER_DEPS=true npm install",
"if [ -n \"${ESLINT_VERSION}\" ]; then ./tests/dep-time-travel.sh; fi",
"npm run pretest"
],
"script": [
"npm run tests-only"
],
"after_success": [
"bash <(curl -Os https://uploader.codecov.io/latest/linux/codecov)"
],
"jobs": {
"include": [
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "5"
}
],
"node_js": "14"
},
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "5"
}
],
"node_js": "12"
},
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "5"
}
],
"node_js": "10"
},
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "4"
}
],
"node_js": "8"
},
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "3"
}
],
"node_js": "6"
},
{
"os": "osx",
"env": [
{
"ESLINT_VERSION": "2"
}
],
"node_js": "4"
}
],
"fast_finish": true
}
}
Loading