diff --git a/.circleci/config.yml b/.circleci/config.yml index fab5c023b1..56b3afdcf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,12 +5,6 @@ version: 2.0 jobs: - publish: - machine: true - steps: - - checkout - - run: git remote add cucumber-pro git@git.cucumber.pro:cucumber-ruby.git - - run: git push --force cucumber-pro $CIRCLE_BRANCH "ruby-2.6": docker: - image: circleci/ruby:2.6-rc @@ -146,4 +140,3 @@ workflows: - "ruby-2.3" - "ruby-2.2" - "jruby" - - publish diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e83aa7ad9..70cfc0f592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,9 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo ### Deprecated ### Removed - +* Removed Travis publish job for cucumber-pro(a.k.a. jam) + ([#1350](https://github.com/cucumber/cucumber-ruby/pull/1350) + [luke-hill](https://github.com/luke-hill)) ### Fixed * Fix seed printed in cucumber UI to match the seed that was actually used.