MantisBT: master-2.6 e184e8e5

Author Committer Branch Timestamp Parent
dregad dregad master-2.6 2017-09-04 04:26 master 91bd2fa8
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