mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Coveralls and Travis
This commit is contained in:
		
							parent
							
								
									4dbbde0c1f
								
							
						
					
					
						commit
						a6be26941c
					
				@ -1,2 +0,0 @@
 | 
				
			|||||||
src_dir: src/Mage
 | 
					 | 
				
			||||||
coverage_clover: build/logs/coverage.xml
 | 
					 | 
				
			||||||
@ -11,3 +11,6 @@ install:
 | 
				
			|||||||
script:
 | 
					script:
 | 
				
			||||||
  - mkdir -p build/logs
 | 
					  - mkdir -p build/logs
 | 
				
			||||||
  - vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
 | 
					  - vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					after_script:
 | 
				
			||||||
 | 
					  - vendor/bin/coveralls -v --coverage_clover build/logs/coverage.xml
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,6 @@
 | 
				
			|||||||
# Magallanes #
 | 
					# Magallanes #
 | 
				
			||||||
[](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
 | 
					[](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
 | 
				
			||||||
 | 
					[](https://travis-ci.org/andres-montanez/Magallanes)
 | 
				
			||||||
### What's Magallanes? ###
 | 
					### What's Magallanes? ###
 | 
				
			||||||
Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3
 | 
					Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -23,7 +23,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "require-dev": {
 | 
					  "require-dev": {
 | 
				
			||||||
    "phpunit/phpunit": "4.8.*",
 | 
					    "phpunit/phpunit": "4.8.*",
 | 
				
			||||||
    "satooshi/php-coveralls": "^1.0"
 | 
					    "satooshi/php-coveralls": "~1.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "autoload": {
 | 
					  "autoload": {
 | 
				
			||||||
    "psr-4": {
 | 
					    "psr-4": {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
					        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
				
			||||||
        "This file is @generated automatically"
 | 
					        "This file is @generated automatically"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "content-hash": "b6805912d8f04eb5aa4a7aedfb5a3ef0",
 | 
					    "content-hash": "9c173713ae84b1c0c845e53cf8f62d27",
 | 
				
			||||||
    "packages": [
 | 
					    "packages": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "monolog/monolog",
 | 
					            "name": "monolog/monolog",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user