Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 10, 2017
1 parent 7eb1bb9 commit 3625158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ before_script:
- php composer.phar install --prefer-dist --no-interaction

script:
- make qa test
- make qa
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
.PHONY: test lint
.PHONY: qa

qa:
bin/phpqa --analyzedDirs src,tests --output cli

test:
bin/atoum -v # To do: write tests!

clean-examples:
@find examples -type d -name ".docker-arch" | xargs rm -rf
@find examples -type d -name "vendor" | xargs rm -rf
Expand Down

0 comments on commit 3625158

Please sign in to comment.