This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree 1 file changed +16
-11
lines changed
1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
# dist: trusty
2
2
3
3
language : php
4
-
5
- sudo : required
4
+ os : linux
5
+ dist : xenial
6
6
7
7
services :
8
8
- mysql
11
11
global :
12
12
- GLPI_SOURCE="https://github.com/glpi-project/glpi"
13
13
- FI_SOURCE="https://github.com/fusioninventory/fusioninventory-for-glpi"
14
- - CS=7.2
14
+ - CS=7.4
15
15
- APIDOCS_PHP=7.1
16
16
- DB_HOST=127.0.0.1
17
17
- MYSQL_ROOT_USER=root
21
21
- OLD_DB_NAME=glpiupgradetest
22
22
- PLUGINNAME=flyvemdm
23
23
- PATCH_ARGS="-p1 -N --batch"
24
- - AFTER_SUCCESS_BRANCH=9.3 /bugfixes
24
+ - AFTER_SUCCESS_BRANCH=9.5 /bugfixes
25
25
- secure : Y9sG3lZ3Fn3t5BXvcMJQxWsdSUVQgF4M08E6oouYrRc95HEj3ZwZOqp6Df58u8CQFA0EKJyvCBLn8UicvHGMKAD0RwGLBdSP4Ji9gJRZkyMZi79awSshdva/c8dqVQrRd4asuTNQfcagVJpNDnY8sYusw504JUilK3vFVp+39nNZUkcvT69NGVIlXzgHTYinBkVuqDhf5eVtcLcaESLEshrg+5ZERdm+0KifdJVREzhicJxofnmTl/wBsIP7XiQqspljf2/SxLqreGmWXYXUfqIwIOVtsd9fkZChQCz8USC7P427tH6styRDYuMCtvA9b/T/XacSdKFbuDezff3NbIM3b5BebDyCrOK5MGSOdRUY5RuyZN4R5LjePUE++9QNCUPeDSkfb23v0VfuqXIRAxfdtik517GzFy6O7/e6FU1msVZlGQED7Uek9nqnupj+0lIq+99Jcm1UCNJu1NTL2Tv80XXqySaxyE4Sedq/FiYAsy1bo2cg2367I2b4FhFXaJCKkFHcdjHXAeurkRy/brSPhBNoOO5/GA3RepUErgly4P8TLZqHNZv8rgMUoQ88sdwDyXG7dY4UwWiTlCkxMBTqBqJanlTMA9zn2bYyMDioTGnA7+VYAA8cddjFOMVrmmuFJ+YV2x1+5B5qd+Wt8RPwcPQDyqaiN5amb1HGeMA=
26
26
matrix :
27
27
- 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
29
29
- GLPI_BRANCH=master FI_BRANCH=master
30
30
31
31
php :
34
34
- 7.1
35
35
- 7.2
36
36
- 7.3
37
+ - 7.4
37
38
- nightly
38
39
40
+
39
41
matrix :
40
42
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
45
49
allow_failures :
46
50
- php : nightly
47
- - env : GLPI_BRANCH=master FI_BRANCH=master
48
-
51
+ # - env: GLPI_BRANCH=9.5/bugfixes
52
+ # - env: GLPI_BRANCH=master
53
+
49
54
before_install :
50
55
- |
51
56
if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then
You can’t perform that action at this time.
0 commit comments