Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 62f4742

Browse files
committed
Fix: Remove database dump
1 parent ea34903 commit 62f4742

3 files changed

Lines changed: 0 additions & 104 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ install:
2626
before_script:
2727
- cp config/autoload/travis.php.local.dist config/autoload/travis.local.php
2828
- mysql -uroot -e 'create database modules_test;'
29-
- mysql -uroot modules_test < data/sql/0.sql
3029
- php public/index.php migrations:migrate --no-interaction --verbose
3130

3231
script:

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ test: composer
1111
cp config/autoload/travis.php.local.dist config/autoload/travis.local.php
1212
mysql -uroot -e 'DROP DATABASE IF EXISTS modules_test;'
1313
mysql -uroot -e 'CREATE DATABASE modules_test;'
14-
mysql -uroot modules_test < data/sql/0.sql
1514
php public/index.php migrations:migrate --no-interaction --verbose
1615
vendor/bin/phpunit --configuration phpunit.xml
1716
rm config/autoload/travis.local.php

data/sql/0.sql

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)