Add travis config file
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| language: php | ||||
| php: | ||||
|   - 5.3 | ||||
|   - 5.4 | ||||
|  | ||||
| before_script: | ||||
|  - composer selfupdate --quiet | ||||
|  - composer install --dev | ||||
|  - vendor/phpunit/phpunit/composer/bin/phpunit | ||||
|  - composer update --dev | ||||
|  | ||||
| notifications: | ||||
|   irc: "irc.freenode.org#garyj" | ||||
		Reference in New Issue
	
	Block a user
	 GaryJones
					GaryJones