add ant buid

This commit is contained in:
Gamonoid
2016-11-25 14:04:02 +01:00
parent 214ab89ce8
commit 4c3f27914b
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
services:
- mysql
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- ant buildlocal
language: php

0
config/database.yml Normal file
View File