Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Update travis instructions #33

Closed
mathiasbynens opened this issue May 24, 2018 · 2 comments
Closed

Update travis instructions #33

mathiasbynens opened this issue May 24, 2018 · 2 comments

Comments

@mathiasbynens
Copy link
Contributor

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.

@alrra
Copy link
Owner

alrra commented Dec 31, 2018

which is being deprecated

https://blog.travis-ci.com/2018-05-02-open-source-projects-on-travis-ci-com-with-github-apps


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!

@mathiasbynens
Copy link
Contributor Author

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.

alrra added a commit that referenced this issue Feb 19, 2021
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#81
  tc39/ecma262#2260

Close: #30
Close: #31
Close: #32
Close: #33
Close: #34
@alrra alrra closed this as completed in 5919202 Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants