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

Update left reference to TRAVIS in Makefile #2587

Closed
wants to merge 1 commit into from

Conversation

okurz
Copy link
Member

@okurz okurz commented Dec 11, 2019

No description provided.

@@ -94,7 +95,7 @@ checkstyle: test-shellcheck test-yaml
PERL5LIB=lib/perlcritic:$$PERL5LIB perlcritic lib

.PHONY: test
ifeq ($(TRAVIS),true)
ifeq ($(CI),true)
Copy link
Contributor

@andrii-suse andrii-suse Dec 12, 2019

Choose a reason for hiding this comment

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

run-tests-within-container is currently applicable only to Travis: CircleCI does execute make test identically to normal non-containerized environment.

Copy link
Member Author

Choose a reason for hiding this comment

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

I know. I am thinking about removing this part completely

@okurz okurz closed this Feb 7, 2020
@okurz okurz deleted the enhance/deps3 branch February 21, 2020 13:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants