We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d966db commit 91e03e1Copy full SHA for 91e03e1
.travis.yml
@@ -1,4 +1,4 @@
1
-bundler_args: --without development coverage
+bundler_args: --without coverage development pcap
2
env:
3
- RAKE_TASKS="cucumber cucumber:boot"
4
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
@@ -10,8 +10,6 @@ matrix:
10
before_install:
11
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
12
- rake --version
13
- - sudo apt-get update -qq
14
- - sudo apt-get install -qq libpcap-dev
15
# Uncomment when we have fewer shipping msftidy warnings.
16
# Merge committers will still be checking, just not autofailing.
17
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
0 commit comments