Run only develop branch

This commit is contained in:
Milton Mendoza
2019-08-15 08:25:43 -04:00
parent ee27498b05
commit 4354ff459e

View File

@@ -12,6 +12,7 @@ jobs:
steps:
- checkout
- run: service mysqld restart
- run: yum -y install php71-imap
- run: mysql -u root -ppassword -e "create database test;"
- run: composer install
- run: