加1分鐘流量提示。 #52
Merged
加1分鐘流量提示。 #52
Travis CI / Travis CI - Pull Request
succeeded
Dec 31, 2024 in 2m 42s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #52 加1分鐘流量提示。.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
129.1 check | 16 | Linux | passed |
129.2 build | 16 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"16"
],
"branches": {
"only": [
"main"
]
},
"jobs": {
"include": [
{
"name": "check",
"script": [
"npm run check"
]
},
{
"name": "build",
"script": [
"npm run build"
],
"deploy": [
{
"provider": "pages",
"strategy": "git",
"fqdn": "suisiann.ithuan.tw",
"skip_cleanup": true,
"local_dir": "build/",
"on": {
"branch": [
"main"
]
},
"token": "${GITHUB_TOKEN}"
}
]
}
]
}
}
Loading