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 e5e81ea commit 9fce03eCopy full SHA for 9fce03e
.travis.yml
@@ -8,10 +8,6 @@ php:
8
- 7.0
9
- hhvm
10
11
-matrix:
12
- allow_failures:
13
- - php: 7.0
14
-
15
before_script:
16
- composer install -n --dev --prefer-source
17
composer.json
@@ -29,7 +29,7 @@
29
},
30
"require-dev": {
31
"omnipay/tests": "~2.0",
32
- "satooshi/php-coveralls": "dev-master"
+ "satooshi/php-coveralls": "~1.0"
33
34
"extra": {
35
"branch-alias": {
0 commit comments