Skip to content

Commit

Permalink
Switch to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
glenjamin committed Sep 30, 2021
1 parent e30dfa3 commit debf6e7
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 debf6e7

Please sign in to comment.