betajs/betajs-compile

View on GitHub
templates/yml/travis.tpl

Summary

Maintainability
Test Coverage
language: node_js
node_js:<% versions.forEach(function (version) { %>
  - "<%= version %>"<% }) %>
before_install:
  - npm install -g npm@3
  - npm install -g grunt-cli
install: npm install