Skip to content

Commit

Permalink
ci: add CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dominykas Blyžė <[email protected]>
  • Loading branch information
dominykas committed Jul 5, 2020
1 parent 72daa5d commit 1e13546
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
sudo: false

node_js:
- "10"
- "12"
- "14"

cache:
npm: false

0 comments on commit 1e13546

Please sign in to comment.