MediaMath / strand

A collection of modular, reusable Web Components built upon Polymer
http://mediamath.github.io/strand/
BSD 3-Clause "New" or "Revised" License
119 stars 46 forks source link

Travis build matrix & housekeeping #105

Closed shuwen closed 8 years ago

shuwen commented 8 years ago

Future-proofing for multiple test suites as well as running tests in both emulated/real shadow DOM, test suites are named in env.js

Slight modification to avoid running xvfb directly (concurrency issues) and to cache node_modules and bower_components

shuwen commented 8 years ago

I think there's no travis build for this PR because I have travis watching my fork, here is the build for the branch

Incidentally the template-finder tests fail on shadow lol @dlasky @jcmoore

dlasky commented 8 years ago

that doesnt surprise me, nor is it particularly concerning considering shady is gonna be around for quite a while.

why did you feel the need to add this?

shuwen commented 8 years ago

primarily to support multiple parallel test suites (the shadow flag was a few lines add on)