Skip to content

Commit

Permalink
Merge pull request #505 from johanneswuerbach/fix-appveyor
Browse files Browse the repository at this point in the history
WIP: Windows and PhantomJS 2.0
  • Loading branch information
johanneswuerbach committed Mar 22, 2015
2 parents d0b4ee2 + 334a77c commit b2fed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ install:
- npm install
# Install PhantomJS
- IF %PHANTOM_SRC%==npm npm install -g phantomjs
- IF %PHANTOM_SRC%==chocolatey cinst PhantomJS -Version 1.9.8 -y && set path=%path%;C:\tools\PhantomJS\
- IF %PHANTOM_SRC%==chocolatey cinst PhantomJS -y
- phantomjs -v

# Post-install test scripts.
Expand Down

0 comments on commit b2fed62

Please sign in to comment.