1
0
Fork 0
zmodemjs/.travis.yml

10 lines
223 B
YAML
Raw Normal View History

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