Remove need for sudo

MSP-11931
bug/bundler_fix
Luke Imhoff 2014-12-31 13:25:48 -06:00
parent 6d966dbbcf
commit 91e03e1bbb
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
bundler_args: --without development coverage
bundler_args: --without coverage development pcap
env:
- RAKE_TASKS="cucumber cucumber:boot"
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
@ -10,8 +10,6 @@ matrix:
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- rake --version
- sudo apt-get update -qq
- sudo apt-get install -qq libpcap-dev
# Uncomment when we have fewer shipping msftidy warnings.
# Merge committers will still be checking, just not autofailing.
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge