🌎 🌍 🌏 initial commit

This commit is contained in:
abdennour 2016-11-25 15:59:50 +03:00
commit 41d2cd8b9c
12 changed files with 181 additions and 0 deletions

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
sudo: false
language: node_js
# cache:
# directories:
# - node_modules
node_js:
- "6"
branches:
only:
- master
script: npm run test
after_success:
- npm run coveralls