Skip to content

Commit b87905c

Browse files
authored
Circleci project setup (#96)
* Add .circleci/config.yml * Add .circleci/config.yml * Delete .travis.yml ;)
1 parent 1ddbaf9 commit b87905c

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml'
2+
version: 2.1
3+
4+
orbs:
5+
node: circleci/node@4.1
6+
7+
workflows:
8+
sample:
9+
jobs:
10+
- node/test:
11+
version: '15.1'
12+
# This is the node version to use for the `cimg/node` tag
13+
# Relevant tags can be found on the CircleCI Developer Hub
14+
# https://circleci.com/developer/images/image/cimg/node

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)