Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Fix travis release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Dec 23, 2019
1 parent 3b62d94 commit 08ecbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:

after_success:
- yarn coverage
- test $TRAVIS_NODE_VERSION = 10 && yarn coveralls
- test $TRAVIS_NODE_VERSION = 12 && yarn coveralls

notifications:
email: false
Expand All @@ -32,4 +32,4 @@ deploy:
gTrPnUhYcBAADOitN1OmORx6/e9hLY1k=
on:
tags: true
node: "13"
node: "12"

0 comments on commit 08ecbb3

Please sign in to comment.