Passed
Push — master ( 1a2682...079612 )
by Kyungmi
02:20
created

Checkout Config

checks:
  javascript: true
build:
  environment:
    mongodb: '3.2'
  tests:
    override:
      - eslint-run "**/*.js **/*.jsx"
      -
        command: 'npm test'
        coverage:
            file: 'coverage/clover.xml'
            format: 'clover'
filter:
  excluded_paths:
    - tests/*

Repository Config

# language: javascript