Prod release: Fix the newer translations for Sundar gutka banis#1871
Merged
Travis CI / Travis CI - Branch
required action
May 27, 2026 in 53s
Build Errored
The build errored, just like the previous build.
Details
This is a normal build for the dev branch. You should be able to reproduce it by checking out the branch locally.
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 (Trusty) |
| Node.js Version | 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"node_js": [
"14"
],
"branches": {
"only": [
"master",
"dev"
]
},
"install": [
"echo $host1_pk >> $HOME/.ssh/known_hosts",
"echo $host2_pk >> $HOME/.ssh/known_hosts",
"npm ci"
],
"cache": {
"directories": [
"$HOME/.npm"
]
},
"deploy": [
{
"provider": "script",
"script": "bash scripts/deploy.sh dev",
"edge": {
"branch": "v1.10.16"
},
"on": {
"branch": [
"dev"
]
}
},
{
"provider": "script",
"script": "bash scripts/deploy.sh prod",
"edge": {
"branch": "v1.10.16"
},
"on": {
"branch": [
"master"
]
}
}
],
"before_install": [
"npm i -g npm@6.14.8",
"rvm install 2.7.0",
"rvm use 2.7.0 --default",
"bash scripts/decrypt.sh"
],
"before_script": [
"bash scripts/set-up.sh"
]
}
Loading