chore: update api #1236
Open
chore: update api #1236
Travis CI / Travis CI - Branch
succeeded
Feb 16, 2025 in 32s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a normal build for the chore/node18 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 (Xenial) |
| Node.js Version | 11.4.0 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"11.4.0"
],
"services": [
"docker"
],
"script": [
"sh scripts/test.sh"
],
"before_deploy": [
"sudo add-apt-repository -y ppa:eugenesan/ppa",
"sudo apt-get update -y",
"sudo apt-get install jq -y",
"pip install --user awscli"
],
"deploy": [
{
"provider": "script",
"script": "sh scripts/deploy.sh",
"skip_cleanup": true,
"on": {
"branch": [
"develop"
]
}
}
]
}
Loading