Skip to content

Commit

Permalink
travis: lowest dependencies are tested using php-cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 14, 2018
1 parent 544d9e6 commit 10b6e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ after_failure:

jobs:
include:
- env: title="Lowest Dependencies" PHP_BIN=php
- env: title="Lowest Dependencies" PHP_BIN=php-cgi
install:
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"nette/utils": "^2.4 || ~3.0.0"
},
"require-dev": {
"nette/di": "^2.4.6 || ~3.0.0",
"nette/di": "^2.4.8 || ~3.0.0",
"nette/tester": "^2.0",
"tracy/tracy": "^2.4"
},
Expand Down

0 comments on commit 10b6e44

Please sign in to comment.