Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 2361c5b

Browse files
author
Amir Blum
authored
Merge pull request #2 from aspecto-io/ci
ci: add initial travis configuration
2 parents 3a2b305 + cfd31e9 commit 2361c5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
- "lts/*"
5+
script:
6+
- cd packages/plugin-kafkajs
7+
- yarn install
8+
- yarn build
9+
- yarn test

0 commit comments

Comments
 (0)