Skip to content

Commit

Permalink
added echo %PATH% to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 9, 2018
1 parent 683f90c commit 7638f9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ build: off
shallow_clone: true
before_test:
- cinst php --version 7.0.9 --allow-empty-checksums
- setx PATH "%PATH%;C:\tools\php"
- refreshenv
- cinst pandoc
- pandoc -v
test_script:
- setx PATH "%PATH%;C:\tools\php"
- refreshenv
- echo %PATH%
- node --version
- npm --version
- npm run build
Expand Down

0 comments on commit 7638f9f

Please sign in to comment.