Skip to content

Fix #499, there was a bug which was preventing the annotations to get…

fd4301e
Select commit
Loading
Failed to load commit list.
Open

Fix #499, #492 #513

Fix #499, there was a bug which was preventing the annotations to get…
fd4301e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 17, 2025 in 2m 45s

Build Passed

The build passed.

Details

This is a normal build for the OemIntegratorEnhancementsAndFixes branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
995.1 3.5 TEST_DIR=doc-generator Linux passed
995.2 3.6 TEST_DIR=doc-generator Linux passed
995.3 3.7 TEST_DIR=doc-generator Linux passed
995.4 3.8 TEST_DIR=doc-generator Linux passed
995.5 3.9 TEST_DIR=doc-generator Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.5, 3.6, 3.7, 3.8, 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.5",
    "3.6",
    "3.7",
    "3.8",
    "3.9"
  ],
  "install": [
    "true"
  ],
  "env": [
    "jobs={:TEST_DIR=>\"doc-generator\"}"
  ],
  "before_script": [
    "pushd $TEST_DIR && source .travis/before_script"
  ],
  "script": [
    "source .travis/script"
  ],
  "after_script": [
    "source .travis/after_script && popd"
  ]
}