Skip to content

feat: agregar redirección automática de / a /mercadia

11caa83
Select commit
Loading
Failed to load commit list.
Merged

Despliegue automatico HEROKU: redirección automática de / a /mercadia #18

feat: agregar redirección automática de / a /mercadia
11caa83
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 6, 2025 in 46s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the develop 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 Java
Operating System Linux (Focal)
JDK Version openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jdk": [
    "openjdk17"
  ],
  "install": [
    "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
  ],
  "script": [
    "mvn test -Dtest=\"SimpleTest\""
  ],
  "cache": {
    "directories": [
      "$HOME/.m2"
    ]
  },
  "branches": {
    "only": [
      "develop",
      "main"
    ]
  },
  "if": "type IN (push, pull_request)"
}