We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
resolved #73 by disabling sudo config for travis to allow for contain…
c98cc6c
…er-based builds
These changes will be included in the 2.3.0 release.
Sorry, something went wrong.
neocotic
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: