Closed aik099 closed 6 years ago
I recommend adding sudo: false at the beginning of .travis.yml file to make Travis CI use Docker containers for builds, which should speed up build time all together.
sudo: false
.travis.yml
Blocked by #33
Looks like this has already been done? https://github.com/hamcrest/hamcrest-php/commit/be5380f32221c57d4418617738108c5cac5ae78e
Yes, indeed. Thanks @mkasberg for finding that.
I recommend adding
sudo: false
at the beginning of.travis.yml
file to make Travis CI use Docker containers for builds, which should speed up build time all together.Blocked by #33