Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis ci #69

Merged
merged 6 commits into from
Apr 16, 2020
Merged

Add travis ci #69

merged 6 commits into from
Apr 16, 2020

Conversation

Igor-lkm
Copy link
Contributor

@Igor-lkm Igor-lkm commented Apr 1, 2020

It would be nice to use a CI tool to execute tests automatically on PR etc.

I suggest https://travis-ci.com/ - it's free for open source.

@aravindnc if you accept this request, you will need to add project at https://travis-ci.com/ after merge. And maybe put badges into README.md ;)

Tests by Travis will be executed on the next commit after .travis.yml is added to the project.

This PR would:

  • add .travis.yml to execute tests for node versions latest/lts/10/9/8
  • add test case for a last page (a test opposite to Fix first page bug with page #67)
  • add useUnifiedTopology: true to mongo.connect in tests to avoid warning about deprecation.

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.

None yet

2 participants