Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ptariche committed Jan 24, 2019
1 parent 263a081 commit 46db014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
sudo: false
node_js:
- "8"
- "9"
- "10"
- "11"
install:
- yarn install
- yarn add coveralls
- npm install
- npm install coveralls
script:
- npm run coverage
after_success:
Expand Down

0 comments on commit 46db014

Please sign in to comment.