Skip to content

Commit 3d0fa84

Browse files
committed
Don't install development gems on travis-ci
MSP-11671 Development group contains only yard+redcarpet, which is used to generated documentation, which isn't done on travis-ci, and pry, which is used for the msfconsole command, which isn't tested on travis-ci.
1 parent 328e96f commit 3d0fa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bundler_args: --without coverage
1+
bundler_args: --without development coverage
22
env:
33
- RAKE_TASK=cucumber
44
- RAKE_TASK=cucumber:boot

0 commit comments

Comments
 (0)