Commit 12fe380
committed
Fix the configuration of the PHP 5.3 job on precise
Env variables defined as matrix are not merged with the job env variables
of the matrix. We need to use global env variables (which we can still
override in a specific job if needed).1 parent 391cf14 commit 12fe380
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments