Browse Source

Fix #2389 apt error for MySQL in Travis

According to the Travis documentation the way to depend on mysql is

    services:
      - mysql

https://docs.travis-ci.com/user/database-setup/#MySQL
Aaron S. Hawley 8 years ago
parent
commit
5412f5ec76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -210,12 +210,12 @@ services:
   - postgresql
   - redis-server
   - mongodb
+  - mysql
 
 addons:
   postgresql: "9.3"
   apt:
     packages:
-      - mysql-server
       - redis-server
 
 before_script: