Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeta committed Dec 26, 2020
1 parent ac9276b commit b8e3f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ language: php

# Versions of PHP you want your project run with.
php:
- 7.2
- 7.3
- 7.4

# Commands to be run before your environment runs.
before_script:
- composer self-update
- composer install
- composer install --prefer-source --no-interaction --dev

# Commands you want to run that will verify your build.
script: phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php" : ">=7"
"php" : ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit b8e3f7d

Please sign in to comment.