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 ee8beed commit 006bf97Copy full SHA for 006bf97
1 file changed
.travis.yml
@@ -43,18 +43,6 @@ jobs:
43
- vendor/bin/phpunit tests/Migrations/Driver/MySQL
44
- vendor/bin/phpunit tests/Migrations/Driver/Postgres
45
46
- # Testing various PostgresSQL version
47
- - stage: Test
48
- php: 7.1
49
- addons:
50
- postgresql: "9.2"
51
- env:
52
- - "DB=postgres POSTGRES=9.2 PHP=7.1"
53
- before_install:
54
- - psql -c 'create database spiral;' -U postgres
55
- script:
56
- - vendor/bin/phpunit tests/Migrations/Driver/Postgres
57
-
58
# Testing various PostgresSQL version
59
- stage: Test
60
php: 7.2
0 commit comments