Skip to content

fix: eliminar RootRedirectController para resolver conflicto de rutas…

0b4039b
Select commit
Loading
Failed to load commit list.
Merged

fix: eliminar RootRedirectController para resolver conflicto de rutas… #19

fix: eliminar RootRedirectController para resolver conflicto de rutas…
0b4039b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 6, 2025 in 49s

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)"
}