Skip to content

Commit

Permalink
ci: update circleci to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoachar committed Jun 21, 2018
1 parent 561aacb commit 22de789
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8.11.3

working_directory: ~/src

steps:
- checkout
- run: npm install
- run: npm test
11 changes: 0 additions & 11 deletions circle.yml

This file was deleted.

0 comments on commit 22de789

Please sign in to comment.