Skip to content

Commit

Permalink
fix: move to circleci version 2 file format
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 14, 2019
1 parent a2c8f20 commit c6f5f8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

workflows:
version: 2
validate:
jobs:
- test

jobs:
test:
docker:
- image: circleci/node:10
steps:
- checkout
- run: npm install
- run: npm run setup
- run: npm run setup
- run: npm test
15 changes: 0 additions & 15 deletions circle.yml

This file was deleted.

0 comments on commit c6f5f8d

Please sign in to comment.