version: 2
jobs:
  build:
    working_directory: ~/lunr-languages
    docker:
      - image: circleci/node:10.3.0
    steps:
      - checkout
      - run:
          name: install
          command: npm install
      - run:
          name: test
          command: npm test
