first commit

This commit is contained in:
nriault
2019-04-16 14:40:19 +02:00
commit ee1e1e42da
1771 changed files with 159591 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: node_js
git:
depth: 3
node_js:
- "node"
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules
notifications:
email: false