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
Clément GOUIN 34e8d4cb6f updated CI
2019-07-12 13:57:27 +02:00

17 lines
263 B
YAML

dist: xenial
language: node_js
node_js:
- "12"
cache:
npm: true
directories:
- node_modules
install:
- npm install
before_script:
- npm install -g jshint
script:
- jest --coverage --silent
- jshint ./src
- cat ./coverage/lcov.info | coveralls