Skip to content

Commit 328e96f

Browse files
committed
Don't install documentation on travis-ci
MSP-11671 Passs `--no-ri --no-rdoc` to gem.
1 parent da35c11 commit 328e96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ language: ruby
99
matrix:
1010
fast_finish: true
1111
before_install:
12+
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
1213
- rake --version
1314
- sudo apt-get update -qq
1415
- sudo apt-get install -qq libpcap-dev

0 commit comments

Comments
 (0)