version: 2.0
jobs:
  build:
    docker:
      - image: circleci/node:8
    steps:
      - checkout
      - run:
          name: Test
          command: ./test/e2e.sh

