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

Add Travis job for examples #897

Merged
merged 6 commits into from
Oct 4, 2018
Merged

Add Travis job for examples #897

merged 6 commits into from
Oct 4, 2018

Conversation

kiview
Copy link
Member

@kiview kiview commented Oct 4, 2018

I just realized (while reviewing #893), that our examples are not part of the CI. I'm not sure if this was a conscious decision, but I suppose not.

For now, I just added an additional job to Travis using maven, but I think it makes sense to migrate them to Gradle in a next step.

.travis.yml Outdated
@@ -38,6 +38,9 @@ jobs:
openjdk:8-jdk-alpine \
./gradlew --no-daemon testcontainers:test --tests '*GenericContainerRuleTest'

- env: [ NAME="examples"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about adding it to CircleCI instead?
Otherwise we will be running it during the release (while depending on SNAPSHOT from Jitpack)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, was even thinking about adding it to both.
But your reasoning makes sense, so I switch.

@kiview kiview merged commit d402295 into master Oct 4, 2018
@kiview kiview deleted the ci-examples branch October 4, 2018 09:41
@kiview kiview added this to the next milestone Oct 4, 2018
dbyron0 referenced this pull request in locationlabs/testcontainers-java Oct 10, 2018
Also fixes failing SeleniumContainerTest in examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants