1
0
Fork 0
zmodemjs/.travis.yml
Daniel Baumann 4d3e0bf859
Adding upstream version 0.1.10+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:48:36 +02:00

9 lines
223 B
YAML

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