Skip to content

enhancement: allow to set ticket as periodic and create new events by…

2eb1a1e
Select commit
Loading
Failed to load commit list.
Open

enhancement: allow to set ticket as periodic and create new events by crontab script #2491

enhancement: allow to set ticket as periodic and create new events by…
2eb1a1e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 4, 2025 in 23m 27s

Build Passed

The build passed, just like the previous build.

Details

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

Jobs and Stages

This build has six jobs, running in parallel.

Job PHP ENV OS State
12584.1 7.3 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed
12584.2 7.4 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed
12584.3 8.0 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed
12584.4 8.1 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed
12584.5 8.2 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed
12584.6 8.3 COMPOSER_DISABLE_XDEBUG_WARN="1" Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "if": "(repo = chilek/lms) OR (branch =~ /^stable/)",
  "env": [
    "global={:COMPOSER_DISABLE_XDEBUG_WARN=>\"\\\"1\\\"\"}"
  ],
  "services": [
    "postgresql",
    "mysql"
  ],
  "install": [
    "composer install ${COMPOSER_EXTRA_PARAMS}"
  ],
  "before_script": [
    "psql -c 'create database lms;' -U postgres",
    "psql -U postgres -f doc/lms.pgsql",
    "mysql -e 'CREATE DATABASE lms;'",
    "mysql lms < doc/lms.mysql",
    "if find . -name \"*.php\" ! -path \"./vendor/*\" -print0 | xargs -0 -n ${PHP_LINT_MAX_ARGS} -P 8 php -l | grep -v \"No syntax errors detected\"; then exit 1; fi",
    "if find templates -type f -iname '*.html' | xargs devel/smartylint.php |grep -i \"syntax error\"; then exit 1; fi",
    "./vendor/bin/phpcs --standard=$PHPCS_STANDARD .",
    "npm install -g jshint",
    "jshint ."
  ],
  "script": [
    "true"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "os": "linux",
        "language": "php",
        "php": "7.3",
        "dist": "xenial",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "false",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"1\""
          }
        ],
        "addons": {
          "postgresql": "9.4"
        }
      },
      {
        "os": "linux",
        "language": "php",
        "php": "7.4",
        "dist": "xenial",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "true",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"1\""
          }
        ],
        "addons": {
          "postgresql": "9.4"
        }
      },
      {
        "os": "linux",
        "language": "php",
        "php": "8.0",
        "dist": "xenial",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "true",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"1\""
          }
        ],
        "addons": {
          "postgresql": "9.4"
        }
      },
      {
        "os": "linux",
        "language": "php",
        "php": "8.1",
        "dist": "xenial",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "true",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"1\""
          }
        ],
        "addons": {
          "postgresql": "9.4"
        }
      },
      {
        "os": "linux",
        "language": "php",
        "php": "8.2",
        "dist": "jammy",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "true",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"1\""
          }
        ],
        "addons": {
          "postgresql": "14"
        }
      },
      {
        "os": "linux",
        "language": "php",
        "php": "8.3",
        "dist": "jammy",
        "env": [
          {
            "PHPCS_VER": "\"^3\"",
            "PHPCS_STANDARD": "\"phpcs3.xml\"",
            "INSTALL_PHP_ZIP_EXTENSION": "true",
            "COMPOSER_EXTRA_PARAMS": "\"\"",
            "PHP_LINT_MAX_ARGS": "\"100\""
          }
        ],
        "addons": {
          "postgresql": "14"
        }
      }
    ]
  }
}