Skip to content

Commit

Permalink
Merge pull request #81 from glenjamin/circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
glenjamin committed Sep 30, 2021
2 parents e30dfa3 + debf6e7 commit 5ff697a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ version: 2.1
workflows:
workflow:
jobs:
- build
- test
jobs:
build:
test:
docker:
- image: circleci/python:3
- image: cimg/node:lts
steps:
- run: echo hi
- checkout
- run: npm ci
- run: npm run ci
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 5ff697a

Please sign in to comment.