1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Remove explicit script

This commit is contained in:
Chaoyi Zha 2016-02-13 16:52:31 -05:00
parent 8052e2f32f
commit 95d26c0834

View File

@ -6,8 +6,6 @@ php:
- '7.0'
services:
- mysql
script:
- phpunit
before_script:
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'