This patch starts building node6 support if puppeteer is installed from github directly and is run under Node 6.
This patch: - starts using '&&' instead of '&' so that any failed commands results in build failure - removes test-node6-transformer step from the node6 target
This patch adds appveyor to make sure puppeteer works reliably on windows. Fixes #955