Skip to content

Commit 7cfc4a9

Browse files
committed
Remove travis.yml and rename properties file
1 parent 9fba4ef commit 7cfc4a9

File tree

3 files changed

+3
-112
lines changed

3 files changed

+3
-112
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: composer install --no-progress --prefer-dist --optimize-autoloader
4242

4343
- name: Copy properties
44-
run: cp test/properties.travis.inc.php test/properties.inc.php
44+
run: cp test/properties.ci.inc.php test/properties.inc.php
4545

4646
- name: Run PHPUnit
4747
run: vendor/bin/phpunit -c ./test/sqlite.phpunit.xml
@@ -90,7 +90,7 @@ jobs:
9090
run: composer install --no-progress --prefer-dist --optimize-autoloader
9191

9292
- name: Copy properties
93-
run: cp test/properties.travis.inc.php test/properties.inc.php
93+
run: cp test/properties.ci.inc.php test/properties.inc.php
9494

9595
- name: Run PHPUnit
9696
run: vendor/bin/phpunit -c ./test/mysql.phpunit.xml
@@ -141,7 +141,7 @@ jobs:
141141
run: composer install --no-progress --prefer-dist --optimize-autoloader
142142

143143
- name: Copy properties
144-
run: cp test/properties.travis.inc.php test/properties.inc.php
144+
run: cp test/properties.ci.inc.php test/properties.inc.php
145145

146146
- name: Run PHPUnit
147147
run: vendor/bin/phpunit -c ./test/pgsql.phpunit.xml

.travis.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)