diff --git a/.travis.yml b/.travis.yml index f0b35941..83a192ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,8 @@ script: - sudo pip install urllib3 - sudo mkdir -p /user/hive && sudo chown -R $IAM /user/hive - ./sbt/sbt compile package assembly - - ./run-all-examples + - echo $? + - time ./run-all-examples - echo $? - echo "done" # Try and build with maven, skip for now diff --git a/pom.xml b/pom.xml index 76ef2026..fc95c686 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 examples jar - 0.0.1 + 0.0.2 Akka repository diff --git a/run-all-examples b/run-all-examples index 0bd9b51b..c5e146e9 100755 --- a/run-all-examples +++ b/run-all-examples @@ -49,4 +49,3 @@ $SPARK_SUBMIT_SCRIPT --class com.oreilly.learningsparkexamples.java.ChapterSixEx #$SPARK_SUBMIT_SCRIPT --class com.oreilly.learningsparkexamples.java.BasicQueryCassandra $ASSEMBLY_JAR local localhost echo "Done running all programs :)" -exit 0