mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	correct travis integration
This commit is contained in:
		
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -9,9 +9,18 @@ matrix: | ||||
|   allow_failures: | ||||
|      - php: hhvm-nightly | ||||
|  | ||||
| addons: | ||||
|   postgresql: "9.3" | ||||
|  | ||||
| install:  | ||||
|    - composer install --dev | ||||
|    - php Tests/Fixtures/App/console --env=test cache:warmup | ||||
|    - cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml | ||||
|    | ||||
| before_script: | ||||
|   - php Tests/Fixtures/App/console --env=test cache:warmup | ||||
|   - psql -c 'create database test0;' -U postgres | ||||
|   - php Tests/Fixtures/App/console doctrine:schema:create --env=test | ||||
|   - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test | ||||
|  | ||||
| script: phpunit --coverage-text | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user