Skip to content

Commit

Permalink
Disable shallow clone (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson authored Oct 23, 2018
1 parent a942680 commit 7013e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
build: false
shallow_clone: true
shallow_clone: false
platform: 'x86'
clone_folder: C:\projects\output-formatters
branches:
only:
- master

## Cache composer bits
# Cache composer bits
cache:
- '%LOCALAPPDATA%\Composer\files -> composer.lock'

Expand Down Expand Up @@ -55,7 +55,7 @@ install:
- mkdir c:\test_temp

test_script:
- php composer.phar unit -- --configuration phpunit.xml.dist
- php composer.phar unit

# environment variables
environment:
Expand Down

0 comments on commit 7013e4c

Please sign in to comment.