Commit 766bca6b 766bca6babbab0288d5c879749e1ebf96a5b466b by Vincent Peybernes

Add .gitlab-ci.yml

1 parent 346a5f67
Pipeline #1 for 766bca6b canceled in 0 seconds
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
test_async:
script:
- npm install
- npm test