add test to the build

This commit is contained in:
Shane Kumpf 2015-03-06 09:27:09 -07:00
parent e59b4aeae7
commit 3fb0f26393
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ mvn --version
# Build the project
echo -e "\n#### Building sequencefile-examples"
cd /tmp/sequencefile-examples/ && mvn clean package install
cd /tmp/sequencefile-examples/ && mvn clean test package install