Skip to content

Commit e04d5ac

Browse files
committed
Try tests with slow variant
The tests failed at [an unexpected place] with Travis. I can't reproduce the failure locally. This is the best way I can think of to debug the situation. [an unexpected place]: https://github.com/jakar/vim-python-pep8-indent/blob/dd18c0397b4d2269b3346f5f8ec3100c33efae2b/spec/indent/indent_spec.rb#L181
1 parent dd18c03 commit e04d5ac

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
@@ -15,5 +15,5 @@ before_script:
1515
- pip install --user vim-vint
1616
- vim --version
1717
script:
18-
- make test
18+
- make test_slow
1919
- vint **/*.vim

0 commit comments

Comments
 (0)