Closed neocotic closed 7 years ago
In order to get faster CI builds, we should migrate to container-based Travis builds. This can easily be done by adding sudo: false to our .travis.yml file.
sudo: false
.travis.yml
These changes will be included in the 2.3.0 release.
In order to get faster CI builds, we should migrate to container-based Travis builds. This can easily be done by adding
sudo: false
to our.travis.yml
file.