language: "node_js" env: DEBUG=* branches: only: - master - next - rewrite node_js: - "node" - "4" - "6" - "7" services: - docker os: - linux before_script: - ./scripts/run_couchdb_on_travis.sh before_install: - npm update -g npm