Browse Source

More Travis testing

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

+ 1 - 3
.travis.yml

@@ -196,10 +196,8 @@ services:
 addons:
   postgresql: "9.3"
   apt:
-    sources:
-      - debian-sid
     packages:
-      - mysql-server-5.6
+      - mysql-server
 
 before_script:
   - mysql -uroot < config/create.sql

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

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