Skip to content

Commit 5086632

Browse files
committed
Land rapid7#4289, Travis/Cucumber boot test fix
2 parents b29e539 + f64e434 commit 5086632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
22
- RAKE_TASK=cucumber
3-
- RAKE_TASK=cucumber:boot
3+
# Commenting out the boot tests due to chronic timeouts.
4+
# - RAKE_TASK=cucumber:boot
45
- RAKE_TASK=spec SPEC_OPTS="--tag content"
56
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
67

0 commit comments

Comments
 (0)