Build not triggered after editing .travis.yml

I have two private repos R1 and R2, both are working fine with Travis. After slack notification is added into .travis.yml in R1, it still works. However, after I add the same to R2, Travis is not triggered anymore. Any idea? Same slack notification cannot work on multiple repos?

notifications:
  slack: '<account>:<token>#development'

Check out More options -> Requests for your project:

2020-08-31 00_29_29-Travis CI - Test and Deploy with Confidence

If a build request is received but does not trigger a build, you will see there why.

1 Like