Browse Source

Update .travis.yml

Mark Sch 6 years ago
parent
commit
9d3aaffb0e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -1,7 +1,5 @@
 language: php
 language: php
 
 
-sudo: false
-
 php:
 php:
   - 5.6
   - 5.6
   - 7.3
   - 7.3
@@ -12,6 +10,10 @@ env:
   global:
   global:
     - DEFAULT=1
     - DEFAULT=1
 
 
+services:
+  - postgresql
+  - mysql
+
 matrix:
 matrix:
   fast_finish: true
   fast_finish: true