Skip to content

Commit

Permalink
fix(workspace): ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Sep 21, 2021
1 parent 567d190 commit c9634b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "9"
- "14"
dist: trusty
install:
- npm i -g npm@latest
Expand All @@ -9,4 +9,5 @@ install:
script:
- npm test
after_success:
- npm run coverage
- npm run coverage
a

0 comments on commit c9634b1

Please sign in to comment.