Skip to content

Commit

Permalink
Addes fixes for ISSUE meanbee#12
Browse files Browse the repository at this point in the history
  • Loading branch information
atishgoswami committed Jun 1, 2017
1 parent b75b9aa commit 948885e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php

cache:
directories:
- src/vendor/
Expand All @@ -8,13 +8,12 @@ cache:
php:
- 5.6
- 7.0

before_script:
- cd src/
- composer config --global http-basic.repo.magento.com $COMPOSER_MAGENTO_USERNAME $COMPOSER_MAGENTO_PASSWORD
- composer self-update
- composer install --prefer-source --no-interaction --dev --no-scripts

script:
- phpunit --coverage-clover "coverage.xml" -c dev/tests/unit/phpunit.xml

Expand Down
2 changes: 1 addition & 1 deletion src/composer.json → composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Meanbee\\MagentoRoyalmail\\": ""
"Meanbee\\MagentoRoyalmail\\": "src/"
}
},
"authors": [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ appdata:
image: tianon/true
volumes:
- ./magento:/var/www/magento
- ./:/src
- ./:./src
- ~/.composer/cache:/root/.composer/cache

fpm:
Expand Down

0 comments on commit 948885e

Please sign in to comment.