Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Dec 15, 2016
1 parent 6c46cd7 commit a3f1227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_build:
- set PATH=%PATH%;%cd%

- cppan # dummy run to create %USERPROFILE%\.cppan\cppan.yml
- ps: 'Add-Content %USERPROFILE%\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'
- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'

build_script:
- cppan
Expand Down

0 comments on commit a3f1227

Please sign in to comment.