Codecept and Travis CI

Does anyone have any documentation on installing and getting CodeceptJS to run on Travis CI? Cant seem to find anything anywhere

@waynegee211 you can try to port the following GitLab CI config to TravisCI, in general it should be the same for both systems, just the syntax is different: https://gitlab.com/paulvincent/codeceptjs-e2e-testing/blob/master/.gitlab-ci.yml

or you can try my TravisCI config here https://github.com/PeterNgTr/amazon-ui-tests/blob/master/.travis.yml