Chstats prod #82
Open
Chstats prod #82
Travis CI / Travis CI - Branch
succeeded
Jan 9, 2026 in 5m 3s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the chstats-prod 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 | Ruby |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"sudo": true,
"services": [
"docker"
],
"install": [
"docker build -t $BUILDING ."
],
"script": [
"docker run -v $TRAVIS_BUILD_DIR/__tests__/mock:/var/www/__tests__/mock/:ro -it $BUILDING bash -c \"yarn test && npm ls --depth 0 && node --version && nodejs --version \" --rm"
],
"after_success": [
"docker login --username=\"${DOCKER_USERNAME}\" --password=\"${DOCKER_PASSWORD}\""
],
"deploy": [
{
"provider": "script",
"script": "docker tag $BUILDING $DOCKER_IMAGE:$TRAVIS_BRANCH; docker push $DOCKER_IMAGE:$TRAVIS_BRANCH",
"on": {
"all_branches": true
}
}
],
"env": [
"global={:DOCKER_IMAGE=>\"idigbio/idigbio-search-api\"}={:BUILDING=>\"$DOCKER_IMAGE:$TRAVIS_COMMIT\"}"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "hBdS1mIVFVg8jTQwU2nXKyfLRPbUMYCQK0g+NEjkSvWl3hvAnZREGo2JBFgincdB2/wAJhuynBQXN7MSwxGm4jTjvTrs1SOPP7hssTr+xFrXuOs9tYDNLICcUmc8iIkt9oblw/jWCKHUDnphmcZ4sy3uJDuxuKGHdBjXYAq/eZw="
}
]
}
]
}
}
Loading