Skip to content

Commit f37ca3e

Browse files
committed
SPEC -> SPEC_OPTS
MSP-11145 Fix typo in .travis.yml
1 parent 43552a8 commit f37ca3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
env:
22
- RAKE_TASK=cucumber
33
- RAKE_TASK=cucumber:boot
4-
- RAKE_TASK=spec SPEC="--tag content"
5-
- RAKE_TASK=spec SPEC="--tag ~content"
4+
- RAKE_TASK=spec SPEC_OPTS="--tag content"
5+
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
66

77
language: ruby
88
before_install:

0 commit comments

Comments
 (0)