-
Couldn't load subscription status.
- Fork 211
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We currently use the pre-commit NPM module to do our testing. Before every commit, a series of tests will run and if any of the tests fail, then the module will cancel the commit. This restriction can be detrimental to development in certain cases and the testing data is not public.
We would like change to Travis CI. We have tried to do so with pull request #34, however it was unsuccessful because our testing environment is somewhat involved and the changes made did not satisfy the necessary requirements. We need to run multiple processes to run the example API, the graphQL API, and the test queries.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request