hunt-framework / hunt

A flexible, lightweight search platform
59 stars 10 forks source link

Add Travis-ci #76

Closed sebastian-philipp closed 10 years ago

sebastian-philipp commented 10 years ago

https://travis-ci.org/ is continuous integration system for open source projects. The task is to create a .travis.yml file see scotty's file as an example and. This is related to the strict tests, which don't work for GHC 7.8

sebastian-philipp commented 10 years ago

according to travis, we have three failing tests.

chrisreu commented 10 years ago

This one is not really a bug. Its more of a problem of the tests. The used DocTables are generated randomly and there is no disjoint check. So if this is the case the tests fail, but the function works correct. We should add a disjoint check to the testcases.

prop_strictness_insertList3: [Failed] *\ Failed! Exception: 'HashedDocTable.unionDocs: doctables are not disjoint' (after 26 tests):