@@ -9,38 +9,154 @@ cache:
99matrix :
1010  fast_finish : true 
1111  include :
12-   - php : 5.4 
12+   - php : 7.0 
1313    env :
14-     - SYMFONY_VERSION="2.3" 
15-     - PHPUNIT=phpunit-4.8  
14+     - SYMFONY_VERSION="2.3.* " 
15+     - PHPUNIT=phpunit-5.7  
1616    - TEST_LINT=`true` 
17-   - php : 5.4 
17+     - PHP_CS_FIXER=`true` 
18+     - SENSIO_SECURITY=`true` 
19+   - php : 7.0 
1820    env :
19-     - SYMFONY_VERSION="2.7" 
20-     - PHPUNIT=phpunit-4.8  
21+     - SYMFONY_VERSION="2.7.* " 
22+     - PHPUNIT=phpunit-5.7  
2123    - TEST_LINT=`true` 
22-   - php : 5.4 
24+     - PHP_CS_FIXER=`true` 
25+     - SENSIO_SECURITY=`true` 
26+   - php : 7.0 
2327    env :
2428    - SYMFONY_LTS="2" 
2529    - PHPUNIT=phpunit-4.8 
2630    - TEST_LINT=`true` 
31+     - PHP_CS_FIXER=`true` 
32+     - SENSIO_SECURITY=`true` 
33+   - php : 7.0 
34+     env :
35+     - SYMFONY_LTS="3" 
36+     - PHPUNIT=phpunit-5.7 
37+     - TEST_LINT=`true` 
38+     - PHP_CS_FIXER=`true` 
39+     - SENSIO_SECURITY=`true` 
40+   - php : 7.1 
41+     env :
42+     - SYMFONY_VERSION="2.3.*" 
43+     - PHPUNIT=phpunit-5.7 
44+     - TEST_LINT=`true` 
45+     - PHP_CS_FIXER=`true` 
46+     - SENSIO_SECURITY=`true` 
47+   - php : 7.1 
48+     env :
49+     - SYMFONY_VERSION="2.7.*" 
50+     - PHPUNIT=phpunit-5.7 
51+     - TEST_LINT=`true` 
52+     - PHP_CS_FIXER=`true` 
53+     - SENSIO_SECURITY=`true` 
54+   - php : 7.1 
55+     env :
56+     - SYMFONY_LTS="2" 
57+     - PHPUNIT=phpunit-5.7 
58+     - TEST_LINT=`true` 
59+     - PHP_CS_FIXER=`true` 
60+     - SENSIO_SECURITY=`true` 
61+   - php : 7.1 
62+     env :
63+     - SYMFONY_LTS="3" 
64+     - PHPUNIT=phpunit-5.7 
65+     - TEST_LINT=`true` 
66+     - PHP_CS_FIXER=`true` 
67+     - SENSIO_SECURITY=`true` 
68+   - php : 7.1 
69+     env :
70+     - SYMFONY_LTS="4.x-dev@dev" 
71+     - PHPUNIT=phpunit-5.7 
72+     - TEST_LINT=`true` 
73+     - PHP_CS_FIXER=`true` 
74+     - SENSIO_SECURITY=`true` 
75+   - php : 7.2 
76+     env :
77+     - SYMFONY_VERSION="2.3.*" 
78+     - PHPUNIT=phpunit-5.7 
79+     - TEST_LINT=`true` 
80+     - PHP_CS_FIXER=`true` 
81+     - SENSIO_SECURITY=`true` 
82+   - php : 7.2 
83+     env :
84+     - SYMFONY_VERSION="2.7.*" 
85+     - PHPUNIT=phpunit-5.7 
86+     - TEST_LINT=`true` 
87+     - PHP_CS_FIXER=`true` 
88+     - SENSIO_SECURITY=`true` 
89+   - php : 7.2 
90+     env :
91+     - SYMFONY_LTS="2" 
92+     - PHPUNIT=phpunit-5.7 
93+     - TEST_LINT=`true` 
94+     - PHP_CS_FIXER=`true` 
95+     - SENSIO_SECURITY=`true` 
96+   - php : 7.2 
97+     env :
98+     - SYMFONY_LTS="3" 
99+     - PHPUNIT=phpunit-5.7 
100+     - TEST_LINT=`true` 
101+     - PHP_CS_FIXER=`true` 
102+     - SENSIO_SECURITY=`true` 
103+   - php : 7.2 
104+     env :
105+     - SYMFONY_LTS="4.x-dev@dev" 
106+     - PHPUNIT=phpunit-5.7 
107+     - TEST_LINT=`true` 
108+     - PHP_CS_FIXER=`true` 
109+     - SENSIO_SECURITY=`true` 
110+   - php : nightly 
111+     env :
112+     - SYMFONY_VERSION="2.3.*" 
113+     - PHPUNIT=phpunit-5.7 
114+     - TEST_LINT=`true` 
115+     - SENSIO_SECURITY=`true` 
116+   - php : nightly 
117+     env :
118+     - SYMFONY_VERSION="2.7.*" 
119+     - PHPUNIT=phpunit-5.7 
120+     - TEST_LINT=`true` 
121+     - SENSIO_SECURITY=`true` 
122+   - php : nightly 
123+     env :
124+     - SYMFONY_LTS="2" 
125+     - PHPUNIT=phpunit-5.7 
126+     - TEST_LINT=`true` 
127+     - SENSIO_SECURITY=`true` 
128+   - php : nightly 
129+     env :
130+     - SYMFONY_LTS="3" 
131+     - PHPUNIT=phpunit-5.7 
132+     - TEST_LINT=`true` 
133+     - SENSIO_SECURITY=`true` 
134+   - php : nightly 
135+     env :
136+     - SYMFONY_LTS="4.x-dev@dev" 
137+     - PHPUNIT=phpunit-5.7 
138+     - TEST_LINT=`true` 
139+     - SENSIO_SECURITY=`true` 
140+   allow_failures :
141+   - php : nightly 
27142
28143before_install :
29-   - echo $PHPUNIT 
30-   - pwd 
31-   - echo $HOME 
32-   - echo $TRAVIS_PHP_VERSION 
33-   - which composer 
34-   - ls /tmp 
35-   - php --ini 
36-   - xdebug=/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini 
37-   - if [[ -f $xdebug ]]; then cat $xdebug; cp $xdebug /tmp; phpenv config-rm xdebug.ini; fi 
38-   - xdebug_php= 
39-   - if [[ -f /tmp/xdebug.ini ]]; then xdebug_php='-c /tmp/xdebug.ini'; fi 
40-   - install --directory .travis/bin 
41-   - if [[ -v PHP_CS_FIXER ]]; then wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar --output-document=.travis/bin/php-cs-fixer; fi 
42-   - if [[ -v PHPUNIT ]]; then wget https://phar.phpunit.de/${PHPUNIT}.phar --output-document=.travis/bin/$PHPUNIT; fi 
43-   - if [[ -v SENSIO_SECURITY ]]; then wget http://get.sensiolabs.org/security-checker.phar --output-document=.travis/bin/security-checker; fi 
144+ - source /etc/os-release ; echo $VERSION 
145+ - echo $PHPUNIT 
146+ - pwd 
147+ - echo $HOME 
148+ - echo $TRAVIS_PHP_VERSION 
149+ - which composer 
150+ - ls /tmp 
151+ - php --ini 
152+ - xdebug=/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini 
153+ - if [[ -f $xdebug ]]; then cat $xdebug; cp $xdebug /tmp; phpenv config-rm xdebug.ini; fi 
154+ - xdebug_php= 
155+ - if [[ -f /tmp/xdebug.ini ]]; then xdebug_php='-c /tmp/xdebug.ini'; fi 
156+ - install --directory .travis/bin 
157+ - if [[ -v PHP_CS_FIXER ]]; then wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar --output-document=.travis/bin/php-cs-fixer; fi 
158+ - if [[ -v PHPUNIT ]]; then wget https://phar.phpunit.de/${PHPUNIT}.phar --output-document=.travis/bin/$PHPUNIT; fi 
159+ - if [[ -v SENSIO_SECURITY ]]; then wget http://get.sensiolabs.org/security-checker.phar --output-document=.travis/bin/security-checker; fi 
44160
45161install :
46162  - composer validate 
0 commit comments