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

Added .travis.yml file. #13

Merged
merged 1 commit into from
Sep 30, 2013
Merged

Added .travis.yml file. #13

merged 1 commit into from
Sep 30, 2013

Conversation

mbeijen
Copy link
Contributor

@mbeijen mbeijen commented Sep 30, 2013

I added a travis.yml file for Travis CI.
In case you don't know travis it is PURE AWESOME.
On every code check in (and even pull request) it'll run the unit tests
and will show you if the tests still fail.
The test are just run on one platform (ubuntu linux x64) but on multiple
perls (5.8 .. 5.18). The results are published in near-real-time and you
can even let travis notify you via IRC, mail, or whatever you want.

Travis is integrated with Github, so in github you can see for pull
requests if tests would still pass etc.

See for results of my test repo:
https://travis-ci.org/mbeijen/DBD-mysql-1

Also, DBI and DBD::ODBC already use Travis.

How to activate Travis for DBD::MySQL:

  • go to https://travis-ci.org/
  • sign in using Github account
  • Click on 'accounts', switch on integration for DBD-mysql repo
  • Accept this pull request

Done! Results will come in. See them in real-time in the dash, if
you want.

I added a travis.yml file for Travis CI.
In case you don't know travis it is PURE AWESOME.
On every code check in (and even pull request) it'll run the unit tests
and will show you if the tests still fail.
The test are just run on one platform (ubuntu linux x64) but on multiple
perls (5.8 .. 5.18). The results are published in near-real-time and you
can even let travis notify you via IRC, mail, or whatever you want.

Travis is integrated with Github, so in github you can see for pull
requests if tests would still pass etc.

See for results of my test repo:
https://travis-ci.org/mbeijen/DBD-mysql-1

Also, DBI and DBD::ODBC already use Travis.

How to activate Travis for DBD::MySQL:

 - go to https://travis-ci.org/
 - sign in using Github account
 - Click on 'accounts', switch on integration for DBD-mysql repo
 - Accept this pull request

Done! Results will come in. See them in real-time in the dash, if
you want.
CaptTofu added a commit that referenced this pull request Sep 30, 2013
Added .travis.yml file.
@CaptTofu CaptTofu merged commit 7b190f5 into perl5-dbi:master Sep 30, 2013
@mbeijen mbeijen deleted the travis branch September 30, 2013 20:28
@iHeadRu iHeadRu mentioned this pull request Mar 20, 2024
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