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 0a29d2e commit 7a910ddCopy full SHA for 7a910dd
.travis.yml
@@ -7,9 +7,6 @@ mysql:
7
username: root
8
encoding: utf8mb4
9
before_install:
10
- - composer self-update
11
-install: composer install --dev
12
-before_script:
13
# INSTALL MYSQL 5.6
14
# (https://github.com/piwik/piwik/commit/20bd2e1c24e5d673dce3feb256204ad48c29f160)
15
# TODO: Remove when mysql 5.6 is provided by travis.
@@ -28,5 +25,8 @@ before_script:
28
25
- mysql --version
29
26
- mysql -e "SELECT VERSION();"
30
27
# /END MYSQL 5.6
+ - composer self-update
+install: composer install --dev
+before_script:
31
- mysql -e 'create database activecollab_database_object_test'
32
script: phpunit -c test/phpunit.xml
0 commit comments