You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					23 lines
				
				324 B
			
		
		
			
		
	
	
					23 lines
				
				324 B
			| 
								 
											9 years ago
										 
									 | 
							
								sudo: false
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								branches:
							 | 
						||
| 
								 | 
							
								    only:
							 | 
						||
| 
								 | 
							
								        - master
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								language: php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								php:
							 | 
						||
| 
								 | 
							
								    - 5.3
							 | 
						||
| 
								 | 
							
								    - 5.4
							 | 
						||
| 
								 | 
							
								    - 5.5
							 | 
						||
| 
								 | 
							
								    - 5.6
							 | 
						||
| 
								 | 
							
								    - 7.0
							 | 
						||
| 
								 | 
							
								    - hhvm
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								before_script:
							 | 
						||
| 
								 | 
							
								    - if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
							 | 
						||
| 
								 | 
							
								    - composer --no-interaction --prefer-source install
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								script:
							 | 
						||
| 
								 | 
							
								    - bin/phpspec run -f dot
							 |