Travis CI hook is not triggered from a couple of days

Hi,
From a past couple of days Travis hook is triggered for my repos
https://github.com/mdsol/ract_ui
https://github.com/mdsol/ract_services

for eg:


if you see the above image the last PR that it picked up was for #697, where as the latest PR is #701.

Please help!!
travis config below
language: ruby
cache: bundler
rvm:

  • 2.4.0
    branches:
    only:
    • develop
    • “/^release.*$/”
      sudo: required
      dist: trusty
      group: deprecated-2017Q4
      addons:
      postgresql: ‘9.6’
      apt:
      packages:
      • libpq-dev
      • libcurl4-openssl-dev
      • libgmp3-dev
        services:
  • postgresql
    env:
    global:
    • RAILS_ENV=test
    • CUCUMBER_FORMAT=progress
    • DEBIAN_FRONTEND=noninteractive
      bundler_args: “–jobs=3 --retry=3 --deployment --without development”
      script:
      #- bundle exec rake ci
  • bundle exec rake config:deploy
  • bundle exec rake db:create
  • bundle exec rake db:migrate
  • bundle exec rake db:test:prepare
  • bundle exec brakeman
  • bundle exec rake spec
  • bundle exec rubocop -fp -fo
    notifications:
    slack:
    secure: KZwnWFl8GdXpZhWGDQV+ugmTA5zvQPUABPA7PcixiU+IJGY0INieD0QzEththmSYQ0G7/JO3JqFMtGPyEfGnY1ad9GG0uWh9xBlwbTj7n8d+YqrWYAD39hz5yPo78LS++S+LrSj0AeHTT+4+5unyyZBk1QgELTBUTVKQqrTeTArEGbIXrafqDEeMHV/2fvvIqoylVpLgTCqwJTlk3wkMUPEBFMoh/cg8NpWe+pr9H5KwX/NNOV5NXg8D30ktlm/6YXM89ZpL09AQjpp08s4tWIgFstpaLwhubmovLvwnb5MBi8jJeu87HToU52iNx6oLeDCLP7uKmu9CzuZRQ6QHOe1eGxQv447G2E+jiznR1olftTpV+agq7lgqagoK5LdLlCK4zdCGoTNbkiuh86rxLXksw/fQx7ph9RXmmEqUto/mG6P2pogNL9AeVRez4hcnORliFMmDpU7poZ5zzR7iMQh8ZFqXs9QYHEvZQxWG5l1xeYfUudKlezyAmHd+p2V+3nYi7etxrRBbH30BMVXy3iF+BlaVPV5kr/y20Gv6b/YYftKf2v55c1yDpieMTB3LLmXSRdaEGBSX7LpWjrdTOqdp6dPRayX1clrGszDDeLm2mAP8AM9WLUgxCqodtjJLRGuz+XhdStyIyM6ycmWTRuK7ws1TI/+5K2oM6z5aV9c=
    email:
    recipients:
    -<>
    on_success: never
    on_failure: always

Click “More options”->“Requests”. It should show the real webhook events from GitHub