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
70
70
* -- Martin Fowler*
71
71
72
72
There 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 ] .
76
76
77
77
#### Further reading:
78
78
105
105
[ ansible_for_devops ] : https://leanpub.com/ansible-for-devops
106
106
[ ansible_for_aws ] : https://leanpub.com/ansible-for-aws
107
107
[ 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