Skip to content

Commit 45a0962

Browse files
author
Tod Beardsley
committed
Land rapid7#4499, containerized builds
2 parents 6d966db + bb3e36f commit 45a0962

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
bundler_args: --without development coverage
1+
bundler_args: --without coverage development pcap
2+
cache: bundler
23
env:
34
- RAKE_TASKS="cucumber cucumber:boot"
45
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
@@ -10,8 +11,6 @@ matrix:
1011
before_install:
1112
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
1213
- rake --version
13-
- sudo apt-get update -qq
14-
- sudo apt-get install -qq libpcap-dev
1514
# Uncomment when we have fewer shipping msftidy warnings.
1615
# Merge committers will still be checking, just not autofailing.
1716
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
@@ -25,7 +24,7 @@ before_script:
2524
script:
2625
# fail build if db/schema.rb update is not committed
2726
- git diff --exit-code && bundle exec rake $RAKE_TASKS
28-
27+
sudo: false
2928
rvm:
3029
- '1.9.3'
3130
- '2.1'

0 commit comments

Comments
 (0)