Browse Source

Merge pull request #1415 from GrahamCampbell/patch-1

[2.x] Tweaked travis config
Jordi Boggiano 6 years ago
parent
commit
f2d4315237
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

@@ -1,7 +1,5 @@
 language: php
 
-sudo: false
-
 cache:
   directories:
     - $HOME/.composer/cache
@@ -9,6 +7,9 @@ cache:
 matrix:
   fast_finish: true
   include:
+    - php: 7.2
+      dist: bionic
+      env: deps=low
     - php: 7.2
       dist: bionic
     - php: 7.3
@@ -17,8 +18,6 @@ matrix:
       dist: bionic
     - php: nightly
       dist: bionic
-    - php: 7.2
-      env: deps=low
   allow_failures:
     - php: nightly