From 41148332801d835f1ff7311251542665e76b12d2 Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Wed, 7 Feb 2018 01:18:43 -0800 Subject: [PATCH] test: Upgrade to CircleCI 2.0 (#718) Closes https://github.com/dequelabs/axe-core/issues/717 --- circle.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 8f1945f0fb..af110c51b7 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,13 @@ -machine: - node: - version: v6.1.0 +version: 2 +jobs: + build: + docker: + - image: circleci/node:6.12.3-browsers + steps: + - checkout + - run: + name: install-npm + command: npm install + - run: + name: test + command: npm test