You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a Travis configuration (.travis.yml), so we have continuous integration. It verifies that the code builds and the tests pass (there are not many yet). The compilers are currently g++ 4.9 and clang 3.7.
Hi Greg,
I added a Travis configuration (.travis.yml), so we have continuous integration. It verifies that the code builds and the tests pass (there are not many yet). The compilers are currently g++ 4.9 and clang 3.7.
From my understanding, only the owner of the project can enable the Travis. This URL should bring you to the Travis configuration:
https://travis-ci.org/grogers0/CppQuickCheck/
For testing, I enabled it on my forked project:
https://travis-ci.org/philipp-classen/CppQuickCheck
Would be great if you can enable it on the main project, too.
Thanks
Philipp
The text was updated successfully, but these errors were encountered: