Skip to content

Commit

Permalink
Fixes ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaaleixo committed Aug 31, 2019
1 parent 68ce59f commit 95a99ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
key: v1-dependencies-{{ checksum "composer.json" }}
paths:
- ./vendor
- restore_cache:
keys:
- node-v1-{{ checksum "package.json" }}
- node-v1-

# run tests with phpunit and report back to codacy
- run: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
Expand Down

0 comments on commit 95a99ea

Please sign in to comment.