Skip to content

Commit

Permalink
test(travis-ci): don't force a specific wheel GID
Browse files Browse the repository at this point in the history
The GID 10 already exists in travis-ci envs.
  • Loading branch information
radhermit committed Oct 17, 2014
1 parent dc2cfb4 commit 3592e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- 3.4
before_install:
# add user/group for portage and wheel
- sudo groupadd -g 10 wheel
- sudo groupadd wheel
- sudo groupadd -g 250 portage
- sudo useradd -u 250 -g 250 portage

Expand Down

0 comments on commit 3592e9e

Please sign in to comment.