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.
1 parent 06a1ff1 commit 6cc90f1Copy full SHA for 6cc90f1
1 file changed
.travis.yml
@@ -26,6 +26,7 @@ before_install:
26
script:
27
- NPROC=$(getconf _NPROCESSORS_ONLN)
28
- ./configure $CONFOPT --enable-fail-if-missing && make -j$NPROC
29
+ - cat src/auto/config.mk
30
- ./src/vim --version
31
- make test
32
0 commit comments