fix: increment_var does not increment when restarting/reloading app #5715
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Nov 15, 2023 in 1h 44m 35s
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 #5710 fix: increment_var does not increment when restarting/reloading app.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
5465.1 | 19 | Linux | passed |
5465.2 | 18 | Linux | passed |
5465.3 | 16 | Linux | passed |
5465.4 | 14 | Linux | passed |
5465.5 | 12 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Versions | 19, 18, 16, 14, 12 |
Build Configuration
{
"language": "node_js",
"dist": "focal",
"node_js": [
"19",
"18",
"16",
"14",
"12"
],
"git": {
"depth": 2
},
"os": [
"linux"
],
"arch": [
"amd64"
],
"before_install": [
"sudo apt-get -qq update",
"sudo apt-get install python3",
"sudo apt-get install php-cli",
"if [[ $(uname -m) == 's390x' ]]; then sudo apt-get install bc; fi"
],
"services": [
"docker"
],
"install": [
"npm install"
],
"group": "stable"
}
Loading