Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryNunn authored Nov 29, 2019
1 parent 2ba850e commit 814b8c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
sudo: false
node_js:
- 12
install:
- npm install
script:
- npm run test

0 comments on commit 814b8c2

Please sign in to comment.