File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- bundler_args : --without development coverage
1
+ bundler_args : --without coverage development pcap
2
+ cache : bundler
2
3
env :
3
4
- RAKE_TASKS="cucumber cucumber:boot"
4
5
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
@@ -10,8 +11,6 @@ matrix:
10
11
before_install :
11
12
- " echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
12
13
- rake --version
13
- - sudo apt-get update -qq
14
- - sudo apt-get install -qq libpcap-dev
15
14
# Uncomment when we have fewer shipping msftidy warnings.
16
15
# Merge committers will still be checking, just not autofailing.
17
16
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
@@ -25,7 +24,7 @@ before_script:
25
24
script :
26
25
# fail build if db/schema.rb update is not committed
27
26
- git diff --exit-code && bundle exec rake $RAKE_TASKS
28
-
27
+ sudo : false
29
28
rvm :
30
29
- ' 1.9.3'
31
30
- ' 2.1'
You can’t perform that action at this time.
0 commit comments