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 21e3bca646 CI job definition
2019-06-19 11:39:35 +02:00

15 lines
205 B
YAML

dist: xenial
language: node_js
node_js:
- "10"
cache:
npm: true
directories:
- node_modules
install:
- npm install
before_script:
- npm install -g jshint
script:
- npm test
- jshint ./src