CI job definition
This commit is contained in:
+15
@@ -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
|
||||||
Reference in New Issue
Block a user