File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ Managing and configuring servers can be a daunting task when faced with many ser
7070* -- Martin Fowler*
7171
7272There are different ways to implement continuous integration for PHP. [ Travis CI] has done a great job of
73- making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service
74- for the open source community. It is integrated with GitHub and offers first class support for many languages including
75- PHP .
73+ making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service.
74+ It can be integrated with GitHub and offers support for many languages including PHP.
75+ GitHub has continuous integration workflows with [ GitHub Actions ] [ github_actions ] .
7676
7777#### Further reading:
7878
105105[ ansible_for_devops ] : https://leanpub.com/ansible-for-devops
106106[ ansible_for_aws ] : https://leanpub.com/ansible-for-aws
107107[ an_ansible_tutorial ] : https://serversforhackers.com/an-ansible-tutorial
108+ [ github_actions ] : https://docs.github.com/en/actions
You can’t perform that action at this time.
0 commit comments