-
Notifications
You must be signed in to change notification settings - Fork 37
Migrate from travis-ci.org to travis-ci.com until 2020-12-31 #63
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
Migrate from travis-ci.org to travis-ci.com until 2020-12-31 #63
Comments
Should we archive this project anyway? |
The project is now migrated to travis-ci.com. But the master branch does not build (and it didn't build for some time already). The PR #69 restores a working build by running the integration tests against an older version of rocket.chat. It would be great if we could test against the latest version. But right now it doesn't work because of issues like RocketChat/Rocket.Chat#19537. In a nutshell: our node version is too old for the current rocket chat versions. Using a matching node installation requires a bit of change in the build setup. Currently we use rocketchat/base:12.16 as the base for a custom docker image. There is no newer version of the base image with a suitable version of node. I see two options:
|
The current build fails because the docker image used for integration tests has an old version of node. The base image we were using appears not to be maintained anymore. There is no version with a newer node installation. This change uses the ready-made docker image rocketchat/rocket.chat:latest for the rocket chat server and moves all necessary configuration from the Dockerfile to the pom. Fixes baloise#63
The current build fails because the docker image used for integration tests has an old version of node. The base image we were using appears not to be maintained anymore. There is no version with a newer node installation. This change uses the ready-made docker image rocketchat/rocket.chat:latest for the rocket chat server and moves all necessary configuration from the Dockerfile to the pom. Fixes #63
travis-ci.org will be closed down December 31st, 2020
Announcement: https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-travis-cicom
Migration guide: https://docs.travis-ci.com/user/migrate/open-source-repository-migration
The text was updated successfully, but these errors were encountered: