ソースを参照

More Travis testing

Steven Smith 10 年 前
コミット
76bd746153
2 ファイル変更2 行追加0 行削除
  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
   - pip install progressbar==2.2
   - pip install requests
+  - echo "127.0.0.1 " `hostname` | sudo tee /etc/hosts
 
 install:
   # 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
 
 exit 0
+