File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -112,36 +112,33 @@ matrix:
112112    - SYMFONY_VERSION="2.3.*" 
113113    - PHPUNIT=phpunit-5.7 
114114    - TEST_LINT=`true` 
115-     - PHP_CS_FIXER=`true` 
116115    - SENSIO_SECURITY=`true` 
117116  - php : nightly 
118117    env :
119118    - SYMFONY_VERSION="2.7.*" 
120119    - PHPUNIT=phpunit-5.7 
121120    - TEST_LINT=`true` 
122-     - PHP_CS_FIXER=`true` 
123121    - SENSIO_SECURITY=`true` 
124122  - php : nightly 
125123    env :
126124    - SYMFONY_LTS="2" 
127125    - PHPUNIT=phpunit-5.7 
128126    - TEST_LINT=`true` 
129-     - PHP_CS_FIXER=`true` 
130127    - SENSIO_SECURITY=`true` 
131128  - php : nightly 
132129    env :
133130    - SYMFONY_LTS="3" 
134131    - PHPUNIT=phpunit-5.7 
135132    - TEST_LINT=`true` 
136-     - PHP_CS_FIXER=`true` 
137133    - SENSIO_SECURITY=`true` 
138134  - php : nightly 
139135    env :
140136    - SYMFONY_LTS="4.x-dev@dev" 
141137    - PHPUNIT=phpunit-5.7 
142138    - TEST_LINT=`true` 
143-     - PHP_CS_FIXER=`true` 
144139    - SENSIO_SECURITY=`true` 
140+   allow_failures :
141+   - php : nightly 
145142
146143before_install :
147144- source /etc/os-release ; echo $VERSION 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments