Skip to content

Commit 1a7c7e4

Browse files
committed
Ensure that no focus are being used in CI
1 parent 8a0910b commit 1a7c7e4

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
@@ -6,4 +6,4 @@ before_script:
66
- "vim --version"
77
- "export DISPLAY=:99.0"
88
- "sh -e /etc/init.d/xvfb start"
9-
script: "CI=true bin/rspec --color -b -f d"
9+
script: "grep 'focus:.*true' -R spec/indent spec/syntax && exit -1 || CI=true bin/rspec --color -b -f d"

0 commit comments

Comments
 (0)