summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3018f3ec7b5d55ecb9d4d04368e3ff7caab91dd8 (plain)
1
2
3
4
5
6
7
8
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