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 4acff0a commit 418bc55
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 @@ -20,6 +20,10 @@ matrix:
- php: hhvm
env: PHP_BIN=php-cgi

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

script:
- vendor/bin/tester -p $PHP_BIN tests -s
- php code-checker/src/code-checker.php
Expand All @@ -30,5 +34,5 @@ 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 code-checker ~2.2 --no-interaction --prefer-source

0 comments on commit 418bc55

Please sign in to comment.