Skip to content

Commit

Permalink
fix: Migrate to CircleCI (#208)
Browse files Browse the repository at this point in the history
* fix: Migrate to CircleCI

Migrating to CircleCI as TravisOrg is going away ;_;

* update major versions
  • Loading branch information
mble authored Apr 14, 2021
1 parent fa1cf95 commit 2b499a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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.1
orbs:
node: circleci/node@3.0.0
workflows:
matrix-tests:
jobs:
- node/test:
version: 12.22.1
override-ci-command: "npm install"
- node/test:
version: 14.16.1
override-ci-command: "npm install"
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 2b499a2

Please sign in to comment.