language: node_js
node_js:
  - '6'
  - '0.10'

script:
  - npm test
  - ./bin/buddy lib -i 0,1,2,3
