Skip to content

Commit 006bf97

Browse files
committed
- php version bump
1 parent ee8beed commit 006bf97

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ jobs:
4343
- vendor/bin/phpunit tests/Migrations/Driver/MySQL
4444
- vendor/bin/phpunit tests/Migrations/Driver/Postgres
4545

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-
5846
# Testing various PostgresSQL version
5947
- stage: Test
6048
php: 7.2

0 commit comments

Comments
 (0)