Skip to content

Commit

Permalink
travis: testing with lowest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 11, 2015
1 parent b1ccd21 commit a4e45a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ matrix:
- php: 7.0
- php: hhvm

include:
- php: 5.6
env: dependencies="--prefer-lowest --prefer-stable"

script:
- vendor/bin/tester tests -s -p php -c tests/php-unix.ini
- php code-checker/src/code-checker.php
Expand All @@ -25,5 +29,5 @@ services:

before_script:
# Install Nette Tester & Code Checker
- composer install --no-interaction --prefer-source
- composer update --no-interaction --prefer-source $dependencies
- composer create-project nette/code-checker code-checker ~2.3 --no-interaction --prefer-source
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nette/utils": "~2.2"
},
"require-dev": {
"nette/tester": "~1.0",
"nette/tester": "~1.4",
"nette/di": "~2.3",
"latte/latte": "~2.3.0"
},
Expand Down

0 comments on commit a4e45a3

Please sign in to comment.