Skip to content

Commit 7a910dd

Browse files
committed
Move MySQL setup in before install section
1 parent 0a29d2e commit 7a910dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ mysql:
77
username: root
88
encoding: utf8mb4
99
before_install:
10-
- composer self-update
11-
install: composer install --dev
12-
before_script:
1310
# INSTALL MYSQL 5.6
1411
# (https://github.com/piwik/piwik/commit/20bd2e1c24e5d673dce3feb256204ad48c29f160)
1512
# TODO: Remove when mysql 5.6 is provided by travis.
@@ -28,5 +25,8 @@ before_script:
2825
- mysql --version
2926
- mysql -e "SELECT VERSION();"
3027
# /END MYSQL 5.6
28+
- composer self-update
29+
install: composer install --dev
30+
before_script:
3131
- mysql -e 'create database activecollab_database_object_test'
3232
script: phpunit -c test/phpunit.xml

0 commit comments

Comments
 (0)