🌎 🌍 🌏 initial commit
This commit is contained in:
commit
41d2cd8b9c
12 changed files with 181 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue