Skip to content

Commit

Permalink
update travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Symmetronic committed Aug 27, 2020
1 parent b862e34 commit 0f97ad4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
sudo: false

language: node_js

node_js: lts/*
install: npm install

cache:
directories:
- "$HOME/.npm"

install: npm ci

script:
- npm run test:coveralls

0 comments on commit 0f97ad4

Please sign in to comment.