Browse Source

More Travis testing

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

+ 1 - 0
.travis.yml

@@ -183,6 +183,7 @@ before_install:
   # but it requires —-allow-external and -—allow-unverified
   # but it requires —-allow-external and -—allow-unverified
   - pip install progressbar==2.2
   - pip install progressbar==2.2
   - pip install requests
   - pip install requests
+  - echo "127.0.0.1 " `hostname` | sudo tee /etc/hosts
 
 
 install:
 install:
   # Configure Travis-CI build environment for TFB
   # Configure Travis-CI build environment for TFB

+ 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
+