Skip to content

Actualización de archivo README

b02b02a
Select commit
Loading
Failed to load commit list.
Merged

Actualización de README y configuración de H2 #20

Actualización de archivo README
b02b02a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 6, 2025 in 47s

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