first commit

This commit is contained in:
Wathanyu Phromma
2020-05-28 17:55:47 +07:00
commit 9f85844a4a
144 changed files with 24088 additions and 0 deletions

20
node_modules/debug/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,20 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
install:
- make install
script:
- make lint
- make test
matrix:
include:
- node_js: '8'
env: BROWSER=1