mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Replaced db connection url for .env
This commit is contained in:
		@@ -12,6 +12,7 @@ before_install:
 | 
			
		||||
    - cd application
 | 
			
		||||
    - cp phpunit.xml.dist phpunit.xml
 | 
			
		||||
    - sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' phpunit.xml
 | 
			
		||||
    - sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' .env
 | 
			
		||||
before_script:
 | 
			
		||||
    - travis_retry composer self-update
 | 
			
		||||
    - travis_retry composer install --no-interaction --prefer-source --dev
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user