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 Jun 21, 2015
1 parent 72b8406 commit 7194522
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 temp/code-checker/src/code-checker.php --short-arrays
Expand All @@ -21,7 +25,7 @@ after_failure:

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 temp/code-checker ~2.5 --no-interaction --prefer-source

# Create databases.ini
Expand Down

0 comments on commit 7194522

Please sign in to comment.