Skip to content

Conversation

annzenkina
Copy link
Contributor

@annzenkina annzenkina commented Sep 18, 2019

The master tests has been failing in Travis since we don't specify the exact versions in Travis config but just -12 which means it installs the latest stable one. Therefore the latest version of node didn't run properly with the old version of mocha we were using. So I had to update it and the tests dependency -nock library.
In order to make the latest versions of node work with the latest versions mocha and nock I removed the support of 4, 5, 6, 7 versions of node and 9, 11 since they are EOL anyway

  1. I got rid of the node versions that are EOL in the .travisconfig
  2. Fixed the mocha and nock

@annzenkina annzenkina merged commit 41c0b7a into master Sep 26, 2019
@annzenkina annzenkina deleted the fix-mocha branch September 26, 2019 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants