vapor-community / postgresql

Robust PostgreSQL interface for Swift
MIT License
131 stars 33 forks source link

Updates Syntax for DEVELOPMENT-SNAPSHOT-2016-07-25-a #1

Closed barrault01 closed 8 years ago

barrault01 commented 8 years ago

This PR is updating Postgresql to the same swift version of the main vapor repo : DEVELOPMENT-SNAPSHOT-2016-07-25-a. I also add a .gitignore to ignore build files and xcodeproj.

Also fixed unit tests.

tanner0101 commented 8 years ago

Other than lack of CI on this repo, the PR looks good. :) Can you confirm tests are passing on your machine after the changes noted?

barrault01 commented 8 years ago

The tests passing: Tests passing

barrault01 commented 8 years ago

So as travis integration are still failling but is passing on circle ci. I think it will be ok to remove travis integration for the moment.