fix: enhanced support messaging and included GitHub Community Forum link #266
Travis CI / Travis CI - Pull Request
succeeded
Nov 17, 2024 in 6m 43s
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 #266 fix: enhanced support messaging and included GitHub Community Forum link.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | 16.20.2 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"16.20.2"
],
"sudo": true,
"cache": {
"directories": [
"node_modules/"
]
},
"addons": {
"chrome": "stable"
},
"before_install": [
"npm install -g @angular/[email protected]"
],
"install": [
"npm install"
],
"script": [
"wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb",
"sudo apt install ./google-chrome-stable_current_amd64.deb -y",
"npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
"ng build --prod"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "curl -s -X POST -H \"Content-Type: application/json\" -H \"Accept: application/json\" -H \"Travis-API-Version: 3\" -H \"Authorization: token $token\" https://api.travis-ci.com/repo/ant-media%2FManagementConsole_WebApp/requests",
"on": {
"tags": true,
"branch": [
"master"
]
}
}
]
}
Loading