May be use travis-ci for tests?
Closed this issue · 3 comments
pahaz commented
Travis-ci is very helpfull for test bem make
.
You can find exmple travis config: https://github.com/pahaz/bem-project-stub-with-bh-and-enb/blob/master/.travis.yml
tadatuta commented
config is a bit strange: you don't need npm install bower
as it's already in package.json
and don't need bower install
because of postinstall
section in it. also we do not support node 0.6 and 0.8
as for test itself it's not quite clear what can you check with it. if make
exits with 0 code it still can't guarantee that the result of the build is ok.
but you may send a pull request with just npm i && ./node_modules/.bin/bem make
, I'll merge it.