Attempting to get phpcs working with Travis
This commit is contained in:
		
							parent
							
								
									10472b5a71
								
							
						
					
					
						commit
						80fcd1d3e6
					
				@ -6,7 +6,8 @@ php:
 | 
			
		||||
  - 5.5
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - pear install pear/PHP_CodeSniffer
 | 
			
		||||
  - pyrus install pear/PHP_CodeSniffer
 | 
			
		||||
  - phpenv rehash
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - phpcs --standard=PSR2 src/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user