skip c++ tests in travis
This commit is contained in:
parent
e33327bce9
commit
0a985e6618
3 changed files with 4 additions and 4 deletions
|
|
@ -48,9 +48,9 @@ SHELL = /bin/sh
|
|||
HOSTS=
|
||||
-include site.mk
|
||||
|
||||
.PHONY: all clean distclean depend install uninstall $(HOSTS) $(VAGRANTS)
|
||||
.PHONY: all clean distclean depend install uninstall $(HOSTS)
|
||||
|
||||
all: $(HOSTS) $(VAGRANTS)
|
||||
all: $(HOSTS)
|
||||
|
||||
# Real hosts reachable by ssh
|
||||
$(HOSTS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue