Skip to content

Commit 91e03e1

Browse files
committed
Remove need for sudo
MSP-11931
1 parent 6d966db commit 91e03e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bundler_args: --without development coverage
1+
bundler_args: --without coverage development pcap
22
env:
33
- RAKE_TASKS="cucumber cucumber:boot"
44
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
@@ -10,8 +10,6 @@ matrix:
1010
before_install:
1111
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
1212
- rake --version
13-
- sudo apt-get update -qq
14-
- sudo apt-get install -qq libpcap-dev
1513
# Uncomment when we have fewer shipping msftidy warnings.
1614
# Merge committers will still be checking, just not autofailing.
1715
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge

0 commit comments

Comments
 (0)