Skip to content

Commit 15feacd

Browse files
committed
travis: run js/test py/test targets
We can use nodejs and python in travis without installation (though we don't know their version). https://docs.travis-ci.com/user/ci-environment/#Runtimes
1 parent 4dbcf63 commit 15feacd

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
@@ -16,7 +16,7 @@ matrix:
1616
- MAKE_TARGET=test
1717
- env:
1818
- VIM_VERSION=installed
19-
- MAKE_TARGET="clean_compiled check"
19+
- MAKE_TARGET="clean_compiled check js/test py/test"
2020

2121
install:
2222
- |

0 commit comments

Comments
 (0)