create a CI build

Issue #16 resolved
simon repo owner created an issue

I had a bitbucket pipeline working but it stopped working when I upgraded things to work with the latest PHP. Travis might be a better option. Note that issue #15 will result in a smaller codebase so this issues should be completed after that one.

Comments (1)

  1. simon reporter

    That was a real pain! The default php7.1.1 image would hang or give a failing unit test. I had to create a custom image with "php7.0 php-xml php-mbstring php7.0-bcmath" to get it to work.

  2. Log in to comment