re-enable versionsTest on Travis

This commit is contained in:
Yann Collet 2016-06-12 22:31:47 +02:00
parent 2a18fc8cde
commit 3a2c329e4b
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,9 @@ matrix:
- os: linux
sudo: false
env: PLATFORM="Ubuntu 12.04 container" MAKE_PARAM=zlibwrapper
- os: linux
sudo: false
env: PLATFORM="Ubuntu 12.04 container" MAKE_PARAM="-C tests"
# Standard Ubuntu 12.04 LTS Server Edition 64 bit
- os: linux
sudo: required

View File

@ -27,6 +27,8 @@
PYTHON?= python3
TESTDIR := zstdtest
.PHONY: default all clean versionsTest
default: all
all: versionsTest