mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Working on TravisCI
This commit is contained in:
		
							parent
							
								
									50d949cb7e
								
							
						
					
					
						commit
						edda5eb2fc
					
				@ -25,7 +25,6 @@ env:
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  # set GitHub token and update composer
 | 
			
		||||
  - phantomjs --version
 | 
			
		||||
  - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
 | 
			
		||||
  - composer self-update && composer -V
 | 
			
		||||
 | 
			
		||||
@ -57,6 +56,8 @@ before_script:
 | 
			
		||||
  - phantomjs --webdriver=4444 & # '&' allows to run in background
 | 
			
		||||
  # Give it some time to start
 | 
			
		||||
  - sleep 5
 | 
			
		||||
  # Make sure the app is up-to-date
 | 
			
		||||
  - curl -L http://ninja.dev:8000/update
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - php ./vendor/codeception/codeception/codecept run --html --debug
 | 
			
		||||
 | 
			
		||||
@ -10,9 +10,9 @@ settings:
 | 
			
		||||
    colors: true
 | 
			
		||||
    memory_limit: 1024M
 | 
			
		||||
extensions:
 | 
			
		||||
#    enabled:
 | 
			
		||||
#        - Codeception\Extension\RunFailed
 | 
			
		||||
#        - Codeception\Extension\Recorder
 | 
			
		||||
    enabled:
 | 
			
		||||
        - Codeception\Extension\RunFailed
 | 
			
		||||
        - Codeception\Extension\Recorder
 | 
			
		||||
    config:
 | 
			
		||||
        Codeception\Extension\Recorder:
 | 
			
		||||
            delete_successful: false
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user