xtemplate
Version:
eXtensible Template Engine lib on browser and nodejs. support async control, inheritance, include, logic expression, custom function and more.
17 lines • 381 B
YAML
language: node_js
notifications:
email:
- yiminghe@gmail.com
node_js:
- 0.11
before_script:
- node --harmony server &
- npm install gulp bower mocha-phantomjs -g
- bower install
- phantomjs --version
script:
- npm test
- npm run-script browser-test
- npm run-script browser-test-build
- npm run-script browser-test-standalone
- npm run-script browser-test-cover