Run only develop branch

This commit is contained in:
Milton Mendoza
2019-08-15 09:06:07 -04:00
parent dc936ec7b3
commit da57c53ac2

View File

@@ -15,6 +15,7 @@ jobs:
- run: service mysqld restart - run: service mysqld restart
- run: yum -y install php71-imap - run: yum -y install php71-imap
- run: mysql -u root -ppassword -e "create database test;" - run: mysql -u root -ppassword -e "create database test;"
- run: mysql -u root -ppassword -e "create database testexternal;"
- run: composer install - run: composer install
- run: - run:
name: Run Test Units name: Run Test Units