mlaanderson / database-js

Common Database Interface for Node
MIT License
74 stars 16 forks source link

Add Travis build #12

Closed thiagodp closed 6 years ago

thiagodp commented 6 years ago

Activate this project in Travis, in order to let it check the build status. Then we can add an image of the build status to the README.md file.

@mlaanderson I've already added the file .travis.yml to the project.

mlaanderson commented 6 years ago

I ran a test build and it looks like there's problems with iojs and version 6. Node version 6 fails due to the async function in test.js, it should be an easy fix.

thiagodp commented 6 years ago

Fixed. Build status is now available at README.md.