We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
focus
1 parent 8a0910b commit 1a7c7e4Copy full SHA for 1a7c7e4
.travis.yml
@@ -6,4 +6,4 @@ before_script:
6
- "vim --version"
7
- "export DISPLAY=:99.0"
8
- "sh -e /etc/init.d/xvfb start"
9
-script: "CI=true bin/rspec --color -b -f d"
+script: "grep 'focus:.*true' -R spec/indent spec/syntax && exit -1 || CI=true bin/rspec --color -b -f d"
0 commit comments