CI job definition

This commit is contained in:
Clément GOUIN
2019-06-19 11:39:35 +02:00
parent fe5e082e6a
commit 21e3bca646
+15
View File
@@ -0,0 +1,15 @@
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