Skip to content

Commit

Permalink
Merge pull request #53 from HMAZonderland/master
Browse files Browse the repository at this point in the history
Limit phpunit version
  • Loading branch information
gggeek authored Jun 14, 2017
2 parents 2389682 + ab78470 commit 7c326f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ before_script:
- if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then ./tests/ci/travis/setup_hhvm.sh; ./tests/ci/travis/setup_apache_hhvm.sh; fi
- ./tests/ci/travis/setup_privoxy.sh

# output what version of phpunit we got going
- vendor/bin/phpunit --version

script:
# Travis currently compiles PHP with an oldish cURL/GnuTLS combination;
# to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": ">=4.0.0",
"phpunit/phpunit": ">=4.0.0, <6.0.0",
"phpunit/phpunit-selenium": "*",
"codeclimate/php-test-reporter": "dev-master",
"ext-curl": "*",
Expand Down

0 comments on commit 7c326f1

Please sign in to comment.