Merge pull request #23 from tgpethan/remove-ci1

Remove ci
This commit is contained in:
the-basic-geek 2020-03-27 15:17:23 +00:00 committed by GitHub
commit a36da6427a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
version: 2.1
orbs:
node: circleci/node@1.1.6
jobs:
build-and-test:
executor:
name: node/default
steps:
- checkout
- node/with-cache:
steps:
- run: npm install
- run: npm test
workflows:
build-and-test:
jobs:
- build-and-test