googlearchive / workbox-microsite

Workbox Microsite
Apache License 2.0
24 stars 13 forks source link

Adds syntax highlighting to overview. Fixes #95 #96

Closed PaulKinlan closed 7 years ago

jeffposnick commented 7 years ago

Thanks, @PaulKinlan. Looks 👍

screen shot 2017-08-10 at 10 10 27 am

The build is failing due to what presumably is a transitory error and I'll try kickstarting it in a bit to confirm there are no actual issues:

downloading node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v51-linux-x64.tar.gz
jeffposnick commented 7 years ago

The failure doesn't appear to be transitory, and might be explained by https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements

I'll push out an additional commit to update this PR to use the recommended .travis.yaml configuration and see if that helps.

jeffposnick commented 7 years ago

The change in Travis CI config cleared up the build issues.