Hello,
I’m currently moving form Travis CI to CircleCI and I’m facing the following issue:
I used to define sudo: required
in .travis.tml file in order to grant the whole test a sudo privilege, but I don’t know how to do this in circle.yml, is this possible to achieve here?