You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
After running gem install travis, you need to run another step if you use travis-ci.com instead of travis-ci.org (which is being deprecated). The step is:
travis endpoint --pro --set-default
Background (no need to mention this in the docs): this updates the local config at ~/.travis/config.yml and ensures the travis CLI is uploading the environment secrets to the .com domain.
The text was updated successfully, but these errors were encountered:
After running gem install travis, you need to run another step if you use travis-ci.com instead of travis-ci.org (which is being deprecated). The step is:...
@mathiasbynens If the above is still true, do you want to open a PR? Thanks!
For some reason, the above command stopped working for me. I now have to explicitly use the --com flag, e.g. travis encrypt $file --> travis encrypt --com $file.
Deprecate project as:
* Travis CI's new pricing plan¹ has effectively dropped support
for open source, so people are migrating² away from Travis CI
(I did the same quite some time ago).
* This project hasn't been maintain in years, nor are there any
plans to do so in the future.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
¹ https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
² ljharb/object.assign#81tc39/ecma262#2260Close: #30Close: #31Close: #32Close: #33Close: #34
After running
gem install travis
, you need to run another step if you usetravis-ci.com
instead oftravis-ci.org
(which is being deprecated). The step is:Background (no need to mention this in the docs): this updates the local config at
~/.travis/config.yml
and ensures thetravis
CLI is uploading the environment secrets to the.com
domain.The text was updated successfully, but these errors were encountered: