Skip to content

Commit

Permalink
test: Upgrade to CircleCI 2.0 (#718)
Browse files Browse the repository at this point in the history
Closes #717
  • Loading branch information
marcysutton authored and WilcoFiers committed Feb 7, 2018
1 parent f0d29bb commit 4114833
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4114833

Please sign in to comment.