SPEC -> SPEC_OPTS

MSP-11145

Fix typo in .travis.yml
This commit is contained in:
Luke Imhoff
2014-10-27 14:46:40 -05:00
parent 43552a8304
commit f37ca3e82b
+2 -2
View File
@@ -1,8 +1,8 @@
env:
- RAKE_TASK=cucumber
- RAKE_TASK=cucumber:boot
- RAKE_TASK=spec SPEC="--tag content"
- RAKE_TASK=spec SPEC="--tag ~content"
- RAKE_TASK=spec SPEC_OPTS="--tag content"
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
language: ruby
before_install: