Skip to content

Commit

Permalink
travis: remove sudo: required
Browse files Browse the repository at this point in the history
The sudo keyword will be fully deprecated.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored and leseb committed Dec 4, 2018
1 parent 1cff1f9 commit 6f99419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: required
language: python
python:
- "3.6"
Expand All @@ -10,4 +9,4 @@ install:
- git clone https://github.com/ansible/galaxy-lint-rules
script:
- pytest -vvvv library/
- for i in $(ls -1 roles/); do ansible-lint -x 204 -v -r galaxy-lint-rules/rules roles/$i/ ; done
- for i in $(ls -1 roles/); do ansible-lint -x 204 -v -r galaxy-lint-rules/rules roles/$i/ ; done

0 comments on commit 6f99419

Please sign in to comment.