Skip to content

version

958a0ef
Select commit
Loading
Failed to load commit list.
Closed

Proto #9

version
958a0ef
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 20, 2025 in 31m 25s

Build Passed

The build passed.

Details

This is a normal build for the v2.7.5 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 Python
Operating System Linux (Xenial)
Python Version 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.8"
  ],
  "services": [
    "docker"
  ],
  "jobs": {
    "include": [
      {
        "os": "linux",
        "dist": "focal"
      }
    ]
  },
  "branches": {
    "only": [
      "proto",
      "/^v\\d+\\.\\d+\\.\\d+.*$/"
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "arturo.laurenzi@iit.it"
        ],
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  },
  "before_script": [
    "openssl aes-256-cbc -K $encrypted_c72c54c8443e_key -iv $encrypted_c72c54c8443e_iv -in my.keystore.enc -out my.keystore -d",
    "id -u",
    "id -g",
    "echo \"Travis tag is $TRAVIS_TAG\"",
    "bash travis/install_dependencies.bash"
  ],
  "script": [
    "set -e",
    "bash travis/build_client.bash",
    "bash travis/deploy_client.bash",
    "bash travis/build_and_deploy_server.bash",
    "set +e"
  ]
}