Skip to content

Continuous Integration

Prashanth Sams edited this page Mar 20, 2022 · 1 revision

How to enable Travis on every pull request?

Pasted_Image_20_03_2022__4_55_PM

remove the below snippet from .travis.yml

env:
  jobs:
    - TRAVIS_PULL_REQUEST=false
Clone this wiki locally