-
Notifications
You must be signed in to change notification settings - Fork 16
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
Travisify #24
Comments
Thanks to @christoph-buente, who fixed this. |
I added a simple travis config and changed some more minor things to get travis rolling. Now there are still 10 specs failing. |
I had to add some migrations to let the db/structure.sql reflect the current state of the schema. Now all specs are passing. Unfortunately 4 of the cucumber tests are failing. Please have a look, if you can fix it. PR #12 had to be rewritten as it largely broke the cucumber specs. But this is also done now. I also removed the restriction to let travis only build the master. This means for future pull request travis should build them and give feedback to the contributor. I also added the travis badge to the top of the README, so it is now very visible what is the current built status. |
Get the test suite running on travisci.
The text was updated successfully, but these errors were encountered: