Disable ruby testing in lib-test as travis-ci does not have ruby 2.3.0
This commit is contained in:
parent
4f1cf691fd
commit
8419be1195
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ bin-test: $(BIN_TARGET_TESTS)
|
|||
lib: $(LIB_TARGETS)
|
||||
@$(ECHO) "\t[ALLLIB ]"
|
||||
|
||||
lib-test: $(LIB_TARGETS_TEST) lib-imag-ruby-test
|
||||
lib-test: $(LIB_TARGETS_TEST)
|
||||
|
||||
lib-imag-ruby-test:
|
||||
@$(MAKE) -C libimagruby
|
||||
|
|
Loading…
Reference in a new issue