Skip to content

Commit 9b138ae

Browse files
committed
changes for travis build
1 parent a1fbb76 commit 9b138ae

File tree

5 files changed

+69
-273
lines changed

5 files changed

+69
-273
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ php:
44
- '5.3'
55
- '5.4'
66
- '5.6'
7-
- '7.0'
8-
- '7.1'
9-
- nightly
107

118
before_script:
129
- composer update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php-platform/config" : "~0.1"
2121
},
2222
"require-dev" : {
23-
"phpunit/phpunit" : "~5.7",
23+
"phpunit/phpunit" : "~4.8",
2424
"php-platform/mock-config" : "~0.1"
2525
},
2626
"autoload" : {

0 commit comments

Comments
 (0)