Skip to content

Commit

Permalink
Merge pull request #3 from tithely/update-tests-phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcrae authored Oct 15, 2019
2 parents 42e4441 + c7008e9 commit 919806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ php: 7.3
services: mysql

before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-6.5.14.phar
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-8.3.4.phar
- composer install --no-interaction --prefer-source
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'

Expand Down

0 comments on commit 919806e

Please sign in to comment.