Switch to eslint flat config #99
Closed
Travis CI / Travis CI - Pull Request
succeeded
Apr 25, 2024 in 2m 42s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #99 Bump eslint from 8.57.0 to 9.1.1.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: lint
This stage passed.
Job | Node.js | OS | State |
---|---|---|---|
lts\/\* | Linux | passed | |
lts\/\* | Linux | passed |
Stage 2: build
This stage passed.
Job | Node.js | OS | State |
---|---|---|---|
lts\/\* | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Version | lts/* |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"branches": {
"only": [
"main"
]
},
"node_js": [
"lts/*"
],
"stages": [
{
"name": "lint"
},
{
"name": "build"
}
],
"jobs": {
"include": [
{
"stage": "lint",
"name": "lint",
"script": [
"npm run lint"
]
},
{
"stage": "lint",
"name": "lint:css",
"script": [
"npm run lint:css"
]
},
{
"stage": "build",
"name": "build",
"script": [
"npm run build"
],
"deploy": [
{
"provider": "pages",
"strategy": "git",
"skip_cleanup": true,
"local_dir": "./dist",
"fqdn": "pvta-public-messages.admin.umass.edu",
"email": "[email protected]",
"name": "umts-buildbot-public-message-board",
"keep_history": true,
"on": {
"branch": [
"main"
]
},
"token": "$GITHUB_TOKEN"
}
]
}
]
}
}
Loading