Skip to content

Commit

Permalink
Merge pull request #1 from JHFarrant/add-travis
Browse files Browse the repository at this point in the history
Fixed Tests + Add TravisCI support
  • Loading branch information
scheepers authored Sep 13, 2019
2 parents c12a5ca + 2c005fc commit 121cc93
Show file tree
Hide file tree
Showing 4 changed files with 1,286 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 12

before_script:
- node . &

script:
- npm test
Loading

0 comments on commit 121cc93

Please sign in to comment.