We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d200aa8 commit 05764eeCopy full SHA for 05764ee
.travis.yml
@@ -31,16 +31,18 @@ cache:
31
32
before_install:
33
- phpenv config-rm xdebug.ini
34
+
35
+install:
36
+- composer install
37
38
+before_script:
39
- >
40
echo;
41
echo "Creating the database and importing the database schema";
42
mysql -e "CREATE DATABASE ${PHPLIST_DATABASE_NAME};";
43
mysql -u root -e "GRANT ALL ON ${PHPLIST_DATABASE_NAME}.* TO '${PHPLIST_DATABASE_USER}'@'%';";
44
mysql ${PHPLIST_DATABASE_NAME} < vendor/phplist/phplist4-core/Database/Schema.sql;
45
-install:
-- composer install
-
46
script:
47
48
0 commit comments