This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GitBlog.md/.travis.yml
T
2019-06-20 16:29:04 +02:00

21 lines
340 B
YAML

dist: xenial
language: node_js
node_js:
- "12"
cache:
npm: true
directories:
- node_modules
addons:
apt:
packages:
- graphviz
install:
- npm install
- npm install node-plantuml
before_script:
- npm install -g jshint
script:
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jshint ./src