Skip to content

Commit

Permalink
Merge pull request #54 from ndaidong/drone-ci
Browse files Browse the repository at this point in the history
Add travis config back
  • Loading branch information
ndaidong authored Aug 3, 2020
2 parents fc9c9ac + 593fd25 commit b9e6665
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
node_js:
- 14
- 13
- 10.14.2
git:
depth: 1
before_script:
- npm i
script:
- npm test

0 comments on commit b9e6665

Please sign in to comment.