1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00

fixed travis ci tests

This commit is contained in:
Yann Collet 2015-01-24 11:20:08 +01:00
parent f506c8b2f2
commit 0e9d92c019

View File

@ -32,7 +32,7 @@
# ################################################################
# Version number
export VERSION=0
export VERSION=0.0.1
export RELEASE=r$(VERSION)
DESTDIR?=
@ -88,6 +88,6 @@ test:
test-travis: $(TRAVIS_TARGET)
prg-travis:
@cd $(PRGDIR); $(MAKE) -e $(TRAVIS_TARGET)
@cd $(PRGDIR); $(MAKE) -e $(ZSTD_TRAVIS_CI_ENV)
endif