remove build local
This commit is contained in:
@@ -2,8 +2,6 @@ services:
|
|||||||
- mysql
|
- mysql
|
||||||
before_script:
|
before_script:
|
||||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||||
install:
|
|
||||||
- ant buildlocal
|
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- '5.5'
|
- '5.5'
|
||||||
|
|||||||
Reference in New Issue
Block a user