1
0
Fork 0

Adding upstream version 0.1.10+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-22 16:48:36 +02:00
parent 157f539082
commit 4d3e0bf859
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
42 changed files with 10556 additions and 0 deletions

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: node_js
os:
- linux
- osx
node_js:
- "node"
before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install lrzsz; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew update; brew install lrzsz; fi