File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,8 @@ before_script:
2626  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter 
2727  - chmod +x ./cc-test-reporter 
2828  - ./cc-test-reporter before-build 
29-   - curl -L https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar > ./php-coveralls.phar 
30-   - chmod +x php-coveralls.phar 
3129
3230script : vendor/bin/phpunit --coverage-clover build/logs/clover.xml 
3331
34- after_script :
35-   - ./php-coveralls.phar -v 
36-   - ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT 
32+ after_script : ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT 
3733
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments