fixed travis ci tests
diff --git a/Makefile b/Makefile
index d718849..ecb5f17 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 # ################################################################
 
 # Version number
-export VERSION=0
+export VERSION=0.0.1
 export RELEASE=r$(VERSION)
 
 DESTDIR?=
@@ -88,6 +88,6 @@
 test-travis: $(TRAVIS_TARGET)
 
 prg-travis:
-	@cd $(PRGDIR); $(MAKE) -e $(TRAVIS_TARGET)
+	@cd $(PRGDIR); $(MAKE) -e $(ZSTD_TRAVIS_CI_ENV)
 
 endif