Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Nov 26, 2019
1 parent dc19a82 commit 64d9c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: php

php:
- 5.5
- 5.6
- 7.1
- 7.2
- 7.3

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

script: phpunit
script: php ./vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6",
"illuminate/support": "~5.0|~6.0",
"hashids/hashids": "1.0.6"
},
Expand Down

0 comments on commit 64d9c2d

Please sign in to comment.