Skip to content

Commit

Permalink
Remove sudo: required from .travis.yml (facebook#37)
Browse files Browse the repository at this point in the history
Summary:
This is just facebookarchive/bistro#37, backported to `fbcode_builder`.

snarkmaster
Pull Request resolved: facebookarchive/bistro#37

Test Plan: Push and watch Travis

Reviewed By: simpkins

Differential Revision: D16453080

Pulled By: snarkmaster

fbshipit-source-id: a15eaead931f046c41e50f8e3b412ef68b172d65
  • Loading branch information
cclauss authored and facebook-github-bot committed Jul 24, 2019
1 parent 6b849e9 commit e730c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Facebook projects that use `fbcode_builder` for continuous integration
# share this Travis configuration to run builds via Docker.

sudo: required

# Docker disables IPv6 in containers by default. Enable it for unit tests that need [::1].
before_script:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]];
Expand Down

0 comments on commit e730c5f

Please sign in to comment.