Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Jan 14, 2017
1 parent a2107af commit b76ea94
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 @@ -55,7 +55,7 @@ build: off

test_script:
- cmd: npm install phantomjs-prebuilt
- cmd: set "PATH=%CD%\\node_module\\phantomjs-prebuilt\\lib\\phantom\\bin;%PATH%"
- cmd: set "PATH=%CD%\\node_modules\\phantomjs-prebuilt\\lib\\phantom\\bin;%PATH%"

- cmd: invoke tests --group=python
- cmd: invoke tests --group=formgrader
Expand Down

0 comments on commit b76ea94

Please sign in to comment.