Re: Continuous Integration: Running tests with Travis CI
Marc Abramowitz <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
I jus sent a merge request to add the bits necessary for Travis CI: https://gitorious.org/freetds/freetds/merge_requests/14 With that merged, future commits to any branch that has the .travis.yml file should trigger a Travis CI build from the GitHub mirror repo. The Travis CI servers connect to a SQL Server 2012 instance in the cloud; a GnuTLS-encrypted connection is used. More details at the merge request but let me know if you have questions. Marc