Skip to content

Commit 52aba88

Browse files
committed
Package updates
1 parent b90c709 commit 52aba88

File tree

3 files changed

+770
-6
lines changed

3 files changed

+770
-6
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22

33
php:
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
4+
- '7.1'
5+
- '7.2'
76

87
install:
98
- composer install
109

1110
script: php vendor/bin/phpunit --testsuite unit --configuration phpunit.travis.xml
1211

1312
after_script:
14-
- php vendor/bin/coveralls -v
13+
- php vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"require-dev": {
44
"10up/wp_mock": "0.3.0",
55
"phpunit/phpunit": "6.0.*",
6+
"php-coveralls/php-coveralls": "v2.1.0",
67
"antecedent/patchwork": "^2.1"
78
}
89
}

0 commit comments

Comments
 (0)