Skip to content

Commit ec3972f

Browse files
committed
travis tweaks before moving to 2.x branch
1 parent 866a425 commit ec3972f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,18 @@ php:
44
- 5.5
55
- 5.6
66
- 7.1
7-
- 7.2
87

98
matrix:
109
allow_failures:
11-
# Requires phpunit 5.7 (3.7 works up to PHP 7.1)
12-
- php: 7.2
1310

1411
before_script:
1512
- composer install -n --dev --prefer-source
16-
#- wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
17-
#- chmod +x phpunit
1813

1914
script:
2015
- vendor/bin/phpcs --standard=PSR2 src
2116
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
22-
#- phpunit --coverage-text --coverage-clover=coverage.clover
2317

2418
after_script:
2519
- wget https://scrutinizer-ci.com/ocular.phar
2620
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2721

28-
# TODO: For PHP7.2, get phpunit 5.7:
29-
# wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
30-
# Set it for execute permission.

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@
3232
},
3333
"require-dev": {
3434
"omnipay/tests": "~2.0"
35-
},
36-
"extra": {
37-
"branch-alias": {
38-
"dev-master": "2.0.x-dev"
39-
}
4035
}
4136
}

0 commit comments

Comments
 (0)