Skip to content

Commit 398e880

Browse files
committed
s/checkqa/checkpy
1 parent 36c7e63 commit 398e880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Installed Vim with checks
2424
env:
2525
- VIM_VERSION=installed
26-
- MAKE_TARGET="clean_compiled check checkqa js/test py/test test/node_position/test_position.out"
26+
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
2727
- TEST_PROFILE=vim-profile-installed.txt
2828

2929
install:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ check: all
1616
echo 'Compiled files were updated, but should have been included/committed.'; \
1717
exit 1; }
1818

19-
checkqa: all
19+
checkpy: all
2020
flake8 py
2121

2222
test:

0 commit comments

Comments
 (0)