0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Updated Travis configuration to remove cron references

no issue

- the cron is no longer used as regression tests run on master
This commit is contained in:
Daniel Lockyer 2020-02-27 09:36:06 +00:00
parent 6cca5b45c5
commit 93dd8b3dc3

View file

@ -25,11 +25,3 @@ script: |
else
yarn ci
fi
notifications:
slack:
if: type = cron
rooms:
- secure: KzvGpf6RFHgQ3BkppKM4OejFjJYxH60KkDDShet0a0v+j/03HF5Nx0S0Vl9O/F2dPt2qWvblKb3j9EKgB7RsoFSdZuOk7ijA9Duvn+p9RrLom0C9JxOA3ob065WAGyE0OGRm1P5H98loX/L+6oOHC4/qqGKXgz6gUdBtZBn/yo8=
on_success: change
on_failure: always
on_pull_requests: false