antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Set up rough execution based tests #61

Closed bebraw closed 8 years ago

bebraw commented 9 years ago

We should run something like

npm i antwar-cli
antwar -i test
cd test
antwar -b

to make sure we don't get some weird crashes. This test could run against 0.10, 0.12 and io.js on Travis.

The script needs to be tweaked so that it links against the development version of core as the example I provided likely doesn't!

eldh commented 9 years ago

Got the actual test up but antwar is not showing up among my github organizations on travis...

bebraw commented 9 years ago

@eldh I set it up manually and got the org to show up. See https://travis-ci.org/antwarjs/antwar . There's also a badge now.

bebraw commented 8 years ago

Done, closing.