diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-01 09:54:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 09:54:01 +1100 |
commit | fa02f3a1089975319df5a223c730f0f0249fd4bb (patch) | |
tree | 881bb6a3ccba460503d83fb84ed26eb210070cf0 /.travis.yml | |
parent | 360397b2ed849521638428a51b1bb1d68389ad4a (diff) | |
parent | 503c368f9ec08a70e4dbacd7b729568da6e4ea92 (diff) | |
download | volse-hubzilla-fa02f3a1089975319df5a223c730f0f0249fd4bb.tar.gz volse-hubzilla-fa02f3a1089975319df5a223c730f0f0249fd4bb.tar.bz2 volse-hubzilla-fa02f3a1089975319df5a223c730f0f0249fd4bb.zip |
Merge pull request #686 from dawnbreak/markdown
Upgrade PHP Markdown library.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2830d1b9f..3570fe411 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: # - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS hello_world_test;" -uroot; fi install: - - composer require phpunit/phpunit + - composer install --optimize-autoloader # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use |