groakley / phase-vocoder-java

A simple java library for implementing phase vocoder. A phase vocoder is a DSP technique used to speed up or slow down the playback speed of music without altering its pitch.
Apache License 2.0
8 stars 1 forks source link

Added .travis.yml CI configuration #4

Closed axiopisty closed 8 years ago

axiopisty commented 8 years ago

For instructions how to enable Travis CI for your github project see:

https://docs.travis-ci.com/user/getting-started/

axiopisty commented 8 years ago

If you decide to merge this you'll have to configure the project settings in github to allow travis ci to integrate with the project. You should set that up first, and then I can update the README.me to point to your repository on the master branch prior to merging.

For an example to see what this will do, you can review the branch in my repository. Everything is configured and working properly.

groakley commented 8 years ago

Here's the link https://travis-ci.org/groakley/phase-vocoder-java. Let me know if I need to change any of the settings.

axiopisty commented 8 years ago

I think everything is setup properly now such that if you merge the pull request your project's README.md file will show the CI build status. That's with the assumption that you've configured the project to use travis ci.