Enable php 5.5 and 5.6

This commit is contained in:
gamonoid
2017-09-04 08:34:26 +02:00
parent 73a2eabc05
commit 6ee15d7c32

View File

@@ -4,6 +4,8 @@ before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- nightly
after_failure: "cat /tmp/icehrm.test.log"