Browse Source

Simplify travis matrix

Mark Sch 8 years ago
parent
commit
e10f4fdca8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -34,12 +34,9 @@ matrix:
   fast_finish: true
 
   include:
-    - php: 7.0
+    - php: 7.1
       env: PHPCS=1 DEFAULT=0
 
-    - php: 7.0
-      env: PHPSTAN=1 DEFAULT=0
-
     - php: 7.1
       env: PHPSTAN=1 DEFAULT=0