Skip to content

Commit 64d9c2d

Browse files
committed
Fix tests
1 parent dc19a82 commit 64d9c2d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.5
54
- 5.6
5+
- 7.1
6+
- 7.2
7+
- 7.3
68

79
before_script:
810
- curl -s http://getcomposer.org/installer | php
911
- php composer.phar install --dev
1012

11-
script: phpunit
13+
script: php ./vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
13+
"php": ">=5.6",
1414
"illuminate/support": "~5.0|~6.0",
1515
"hashids/hashids": "1.0.6"
1616
},

0 commit comments

Comments
 (0)