|
@@ -9,8 +9,8 @@ install:
|
9
|
9
|
- composer install
|
10
|
10
|
|
11
|
11
|
env:
|
12
|
|
- - DB=mysql, ENVIRONMENT=testing-mysql
|
13
|
|
- - DB=pgsql, ENVIRONMENT=testing-pgsql
|
|
12
|
+ - DB=mysql
|
|
13
|
+ - DB=pgsql
|
14
|
14
|
|
15
|
15
|
before_script:
|
16
|
16
|
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS todo_test;' -U postgres; fi"
|
|
@@ -30,7 +30,7 @@ after_script:
|
30
|
30
|
matrix:
|
31
|
31
|
exclude:
|
32
|
32
|
- php: hhvm
|
33
|
|
- env: DB=pgsql, ENVIRONMENT=testing-pgsql
|
|
33
|
+ env: DB=pgsql
|
34
|
34
|
allow_failures:
|
35
|
35
|
- php: hhvm
|
36
|
36
|
fast_finish: true
|