Skip to content

Commit

Permalink
make (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 21, 2016
1 parent 22f1ebf commit b1470f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Expand Up @@ -49,21 +49,5 @@ script:
- make build
- make test-all

# # Full stack
# - composer manifest
# - composer autoload
#
# - composer prepare-wordpress
# - composer phpunit-wordpress
#
# - composer prepare-joomla
# - composer phpunit-joomla
#
# # Other tests
# - composer phpmd
# - composer phpcs
# - composer phpcpd
# - composer phploc

after_script:
- composer coveralls
5 changes: 4 additions & 1 deletion Makefile
@@ -1,9 +1,12 @@
.PHONY: build test

build:
make update
make prepare

update:
composer self-update --no-interaction
composer update --optimize-autoloader --no-interaction
make prepare

test:
composer phpunit-joomla
Expand Down

0 comments on commit b1470f1

Please sign in to comment.