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

[Enhance] Code Climate Gem Deprecation #33

Merged

Conversation

berniechiu
Copy link
Contributor

Objective:

Update travis.yml config to support latest code climate tester
Since Code Climate Gem is in the end of its life

Features

  • Update config
  • Remove gem dependencies

@khiav223577
Copy link
Owner

cool! Not aware that codeclimate-test-reporter is outdated.

- gem install bundler
- gem update --system
- gem --version
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Copy link
Owner

Choose a reason for hiding this comment

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

Is there a difference between putting this line in before_install section and in before_script section?
Since the official guide of codeclimate put it in before_script section.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

haha, it seems either way is ok.

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