Browse Source

Slim down travis build matrix

Ceeram 11 years ago
parent
commit
3334bfa455
1 changed files with 8 additions and 5 deletions
  1. 8 5
      .travis.yml

+ 8 - 5
.travis.yml

@@ -9,8 +9,6 @@ php:
 
 env:
   - DB=mysql
-  - DB=pgsql
-  - DB=sqlite
 
 services:
   - memcached
@@ -18,9 +16,14 @@ services:
 matrix:
   fast_finish: true
   include:
-    - php: 5.4
-      env:
-        - PHPCS=1
+    - php: 5.5
+      env: DB=pgsql
+
+    - php: 5.5
+      env: DB=sqlite
+
+    - php: 5.5
+      env: PHPCS=1
 
 
 before_script: