grammarjs / grammar

Language Grammar Builder. All the grammars (html, css, etc.) are currently works in progress :)
18 stars 2 forks source link

Add Travis #2

Open thehydroimpulse opened 10 years ago

thehydroimpulse commented 10 years ago

Having Travis on each of the repos (including the badge) would definitely put a lot more trust in the components. I've also been doing a lot of testing first to ensure there's enough coverage. I couldn't figure out how to get the Coveralls working with components (mainly because coveralls is super hacky and components bundles the dependencies in the same file.).

lancejpollard commented 10 years ago

Yeah will start doing this, good point. Need to get the workflow going.

lancejpollard commented 10 years ago

Have you seen https://circleci.com/?

https://github.com/segmentio/net-connect/blob/master/circle.yml

thehydroimpulse commented 10 years ago

I've heard of it, but didn't see any benefit over Travis (for open source stuff), so I didn't try it out.

thehydroimpulse commented 10 years ago

Not sure if CirleCI has phantom installed by default. Easiest way to test components with the component test library where you can do: component test phantom, which works in CI environments.