Sorta got it working locally, fingers crossed!
This commit is contained in:
parent
205c0cb0cf
commit
d2cf41ce3b
3 changed files with 15 additions and 12 deletions
|
@ -1,2 +1,2 @@
|
||||||
service_name: travis-ci
|
service_name: travis-ci
|
||||||
src_dir: /home/travis/build/joshtronic/pickles/classes
|
src_dir: ../classes
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
"leafo/lessphp": "0.4.0",
|
"leafo/lessphp": "0.4.0",
|
||||||
"leafo/scssphp": "0.0.9",
|
"leafo/scssphp": "0.0.9",
|
||||||
"mikey179/vfsStream": "1.2.0",
|
"mikey179/vfsStream": "1.2.0",
|
||||||
"satooshi/php-coveralls": "0.6.*"
|
"satooshi/php-coveralls": "dev-master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
23
composer.lock
generated
23
composer.lock
generated
|
@ -3,7 +3,7 @@
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "485fce2d03ad9e34cecb409899f06a37",
|
"hash": "1d8b441a227410fc9fbef17bf7549d9a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "devize/closure-compiler",
|
"name": "devize/closure-compiler",
|
||||||
|
@ -291,20 +291,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "satooshi/php-coveralls",
|
"name": "satooshi/php-coveralls",
|
||||||
"version": "v0.6.1",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/satooshi/php-coveralls.git",
|
"url": "https://github.com/satooshi/php-coveralls.git",
|
||||||
"reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760"
|
"reference": "c95c07e971e4b687718f54fc3447a260fb989e16"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
|
"url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/c95c07e971e4b687718f54fc3447a260fb989e16",
|
||||||
"reference": "dd0df95bd37a7cf5c5c50304dfe260ffe4b50760",
|
"reference": "c95c07e971e4b687718f54fc3447a260fb989e16",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-curl": "*",
|
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"guzzle/guzzle": ">=3.0",
|
"guzzle/guzzle": ">=3.0",
|
||||||
|
@ -326,14 +325,17 @@
|
||||||
"squizlabs/php_codesniffer": "1.4.*@stable",
|
"squizlabs/php_codesniffer": "1.4.*@stable",
|
||||||
"theseer/fdomdocument": "dev-master"
|
"theseer/fdomdocument": "dev-master"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"symfony/http-kernel": "Allows Symfony integration"
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"composer/bin/coveralls"
|
"composer/bin/coveralls"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Contrib\\Component": "src/",
|
"Satooshi\\Component": "src/",
|
||||||
"Contrib\\Bundle": "src/"
|
"Satooshi\\Bundle": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
@ -355,7 +357,7 @@
|
||||||
"github",
|
"github",
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"time": "2013-05-04 08:07:33"
|
"time": "2013-07-25 11:22:39"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/config",
|
"name": "symfony/config",
|
||||||
|
@ -662,7 +664,8 @@
|
||||||
],
|
],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"devize/closure-compiler": 20
|
"devize/closure-compiler": 20,
|
||||||
|
"satooshi/php-coveralls": 20
|
||||||
},
|
},
|
||||||
"platform": [
|
"platform": [
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue