Files
icehrm/.travis.yml
2016-11-25 14:54:16 +01:00

15 lines
304 B
YAML

services:
- mysql
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- ant buildlocal
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
after_failure: "cat /tmp/icehrm.test.log"