language: node_js
node_js:
  - "6"

git:
  submodules: false

install:
  - git clone https://github.com/SaTrek/EarthTrek

before_script:
  - npm install

script:
  - npm test