Skip to content

Commit

Permalink
feat: add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhou committed Feb 5, 2020
1 parent 13398a6 commit 1d5fc5e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- node # Current stable
- lts/* # Most recent LTS version

install:
- npm ci

script:
- npm run test

branches:
only:
- master
- next

0 comments on commit 1d5fc5e

Please sign in to comment.