MantisBT: master 9eabe60c

Author Committer Branch Timestamp Parent
dregad dregad master 2017-09-04 04:26 master 5fd83b65
Affected Issues  0023338: Fix TravisCI builds following changes in their infrastructure
Changeset

Fix TravisCI builds

The before_install command to force use of phpunit 5.7 on PHP 7.x failed
because the /home/travis/bin directory already existed.

Added '-p' flag to mkdir command to avoid error.

mod - .travis.yml Diff File