Create config.yml

Este commit está contenido en:
cyrille 2019-05-08 17:20:56 +01:00 cometido por GitHub
padre 23b9392091
commit 6a2f552cff
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

17
.circleci/config.yml Archivo normal
Ver fichero

@ -0,0 +1,17 @@
version: 2
jobs:
test:
docker:
- image: circleci/node:10.13
steps:
- checkout
- run: npm install
- run: npm run clean
- run: npm run test
- run: npm run clean
workflows:
version: 2
test:
jobs:
- test