Ensure default goal runs on travis
diff --git a/.travis.yml b/.travis.yml
index a3bd0f4..9d41f78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@
     - jdk: openjdk-ea

   allow_failures:

     - jdk: openjdk-ea

+script:

+  - mvn

 after_success:

   - mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress

-  
\ No newline at end of file