language: node_js
node_js:
  - 6

notifications:
  email: false

build:
  ci:
    - node -v
    - npm -v
    - apt-get update && apt-get install libpq-dev -y
    - npm install
    - npm run eslint
