fix: removing fade out usage since the pre-hide event is already hiding the element #29
Travis CI / Travis CI - Pull Request
succeeded
Jan 16, 2024 in 8m 36s
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 #29 fix: removing fade out usage since the pre-hide event is already hiding the element.
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 |
---|---|---|---|
427.1 | 10 | Linux | passed |
427.2 | 11 | Linux | passed |
427.3 | 12 | Linux | passed |
427.4 | 13 | Linux | passed |
427.5 | 14 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Trusty) |
Node.js Versions | 10, 11, 12, 13, 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "trusty",
"node_js": [
"10",
"11",
"12",
"13",
"14"
],
"before_install": [
"sed -i 's/[email protected]:/https:\\/\\/github.com\\//' .gitmodules",
"git submodule update --init --recursive"
],
"install": [
"npm install"
],
"script": [
"npm run lint && npm test"
],
"git": {
"submodules": false
},
"cache": {
"npm": false
}
}
Loading