Skip to content

Commit 62ba146

Browse files
committed
fixes for travisci, composer.lock added back in
1 parent 11bb560 commit 62ba146

File tree

6 files changed

+2567
-2
lines changed

6 files changed

+2567
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
vendor
33
.phpunit.result.cache
44
/phpunit.xml
5-
/composer.lock

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ php:
99
- 5.5
1010
- 5.4
1111

12+
install: composer install
13+
1214
script: phpunit --configuration phpunit.xml.dist
15+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"classmap": ["lib/Browser.php"]
2020
},
2121
"require": {
22-
"php": "^5.4"
22+
"php": ">=5.4"
2323
},
2424
"extra": {
2525
"branch-alias": {

0 commit comments

Comments
 (0)