UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

21 lines (15 loc) 200 B
language: node_js node_js: - "11" branches: only: - master cache: directories: - "node_modules" before_install: - npm update install: - npm ci script: - npm run test:coverage