Add travis CI and adding yarn.lock to tracked files
All checks were successful
the build was successful
All checks were successful
the build was successful
This commit is contained in:
parent
6db8d58539
commit
64f9ef3f87
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
yarn.lock
|
|
||||||
*.pcapng
|
*.pcapng
|
||||||
*.bin
|
*.bin
|
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "lts/*"
|
Loading…
Reference in New Issue
Block a user