language: node_js

before_install:
  - curl http://jxcore.com/xil.sh | sudo bash

install:
  - jx npm install

script:
  - jx npm test
