Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
a16d518cec
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .travis.yml
  2. 1 0
      frameworks/Java/gemini/setup.sh

+ 3 - 0
.travis.yml

@@ -195,3 +195,6 @@ addons:
 script:
 script:
   # Pick one test in this directory and verify
   # Pick one test in this directory and verify
   - time ./toolset/run-ci.py verify "$TESTDIR"
   - time ./toolset/run-ci.py verify "$TESTDIR"
+
+after_script:
+  - cat ./installs/resin-4.0.41/log/jvm-default.log

+ 1 - 0
frameworks/Java/gemini/setup.sh

@@ -55,3 +55,4 @@ echo "EmailExceptionHandler.ToEmailAddress = [email protected]" >> $configur
 echo "EmailExceptionHandler.FromEmailAddress = [email protected]" >> $configurationFile
 echo "EmailExceptionHandler.FromEmailAddress = [email protected]" >> $configurationFile
 
 
 exit 0
 exit 0
+