14 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: php
 | |
| dist: precise
 | |
| 
 | |
| php:
 | |
|   - 5.4
 | |
|   - 5.5
 | |
| 
 | |
| before_script:
 | |
|   - composer install --dev --no-interaction --prefer-source
 | |
| 
 | |
| script:
 | |
|   - mkdir -p build
 | |
|   - phpunit --configuration travis.phpunit.xml
 | 
