Skip to content
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

Travis CI #2

Open
davidjsherman opened this issue Jun 30, 2017 · 1 comment
Open

Travis CI #2

davidjsherman opened this issue Jun 30, 2017 · 1 comment

Comments

@davidjsherman
Copy link
Owner

Because of project dependencies, probably best to use a Docker container.

Travis can use Docker in builds and specifically build a custom image before installation. Travis's documentation has a confusing example, where it appears that the test step is executed twice: once in before_install, once in script.

See also an example by Giorgos Logiotatidis that is more complete.

@davidjsherman
Copy link
Owner Author

Since the Jenkinsfile leverages the Dockerfile, we should do the same here (and in #3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant