This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 11# dist: trusty
22
33language : php
4-
5- sudo : required
4+ os : linux
5+ dist : xenial
66
77services :
88 - mysql
1111 global :
1212 - GLPI_SOURCE="https://github.com/glpi-project/glpi"
1313 - FI_SOURCE="https://github.com/fusioninventory/fusioninventory-for-glpi"
14- - CS=7.2
14+ - CS=7.4
1515 - APIDOCS_PHP=7.1
1616 - DB_HOST=127.0.0.1
1717 - MYSQL_ROOT_USER=root
2121 - OLD_DB_NAME=glpiupgradetest
2222 - PLUGINNAME=flyvemdm
2323 - PATCH_ARGS="-p1 -N --batch"
24- - AFTER_SUCCESS_BRANCH=9.3 /bugfixes
24+ - AFTER_SUCCESS_BRANCH=9.5 /bugfixes
2525 - secure : Y9sG3lZ3Fn3t5BXvcMJQxWsdSUVQgF4M08E6oouYrRc95HEj3ZwZOqp6Df58u8CQFA0EKJyvCBLn8UicvHGMKAD0RwGLBdSP4Ji9gJRZkyMZi79awSshdva/c8dqVQrRd4asuTNQfcagVJpNDnY8sYusw504JUilK3vFVp+39nNZUkcvT69NGVIlXzgHTYinBkVuqDhf5eVtcLcaESLEshrg+5ZERdm+0KifdJVREzhicJxofnmTl/wBsIP7XiQqspljf2/SxLqreGmWXYXUfqIwIOVtsd9fkZChQCz8USC7P427tH6styRDYuMCtvA9b/T/XacSdKFbuDezff3NbIM3b5BebDyCrOK5MGSOdRUY5RuyZN4R5LjePUE++9QNCUPeDSkfb23v0VfuqXIRAxfdtik517GzFy6O7/e6FU1msVZlGQED7Uek9nqnupj+0lIq+99Jcm1UCNJu1NTL2Tv80XXqySaxyE4Sedq/FiYAsy1bo2cg2367I2b4FhFXaJCKkFHcdjHXAeurkRy/brSPhBNoOO5/GA3RepUErgly4P8TLZqHNZv8rgMUoQ88sdwDyXG7dY4UwWiTlCkxMBTqBqJanlTMA9zn2bYyMDioTGnA7+VYAA8cddjFOMVrmmuFJ+YV2x1+5B5qd+Wt8RPwcPQDyqaiN5amb1HGeMA=
2626 matrix :
2727 - GLPI_BRANCH=9.4/bugfixes FI_BRANCH=glpi9.4+1.1
28- - GLPI_BRANCH=9.5/bugfixes FI_BRANCH=glpi9.5
28+ - GLPI_BRANCH=9.5/bugfixes FI_BRANCH=glpi9.5+1.0
2929 - GLPI_BRANCH=master FI_BRANCH=master
3030
3131php :
3434 - 7.1
3535 - 7.2
3636 - 7.3
37+ - 7.4
3738 - nightly
3839
40+
3941matrix :
4042 exclude :
41- - GLPI_BRANCH=9.5/bugfixes
42- php : 5.6
43- - master
44- php : 5.6
43+ - php : 5.6
44+ env : GLPI_BRANCH=9.5/bugfixes
45+ - php : 7.0
46+ env : GLPI_BRANCH=9.5/bugfixes
47+ - php : 7.1
48+ env : GLPI_BRANCH=9.5/bugfixes
4549 allow_failures :
4650 - php : nightly
47- - env : GLPI_BRANCH=master FI_BRANCH=master
48-
51+ # - env: GLPI_BRANCH=9.5/bugfixes
52+ # - env: GLPI_BRANCH=master
53+
4954before_install :
5055 - |
5156 if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then
You can’t perform that action at this time.
0 commit comments