This commit is contained in:
maxswa
2018-05-15 16:09:29 -04:00
parent 8cdf1fb19d
commit 5986f5feb6
233 changed files with 42104 additions and 2 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