Old URL used in the Travis CI integration

Hey!

Iā€™ve maybe found a bug with the Travis CI integration for the environments.

When you choose the Travis deployment method, configure it and then try to trigger it, it will fail.

In the Activity log you can see that it does a CURL request to https://api.travis-ci.org/repo/XXX/requests. This is the old .org URL which doesnā€™t work anymore.

When I recreate this deployment method with a Custom webhook but use the .com URL instead, it works fine.

Sadly this way the notification from Travis to DatoCMS seems not to be working since DatoCMS expects a playload with { ā€œstatusā€: ā€œsuccessā€ } or { ā€œstatusā€: ā€œerrorā€ }. But instead Travis uses { ā€œstatusā€: 1 } and { ā€œstatusā€: 0 }

Sincerely
Simon

Hello @hallo, welcome to Community!

Thank you very much for your report, weā€™ll look into this soon and get back to you :slight_smile:

1 Like

Hey @hallo, should be solved now! Can you try again? :slight_smile:

1 Like

Hey!

Thanks for the quick work on this. Everything seems to be working now :slight_smile:

Sincerely
Simon

1 Like