Browse Source

Change the order

people could be expecting to see 5.3.3 tests to run before the others
pull/683/head
Diego Pino Navarro 7 years ago committed by GitHub
parent
commit
4b7b95175c
  1. 12
      .travis.yml

12
.travis.yml

@ -1,12 +1,6 @@
sudo: required sudo: required
dist: trusty dist: trusty
language: php language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
matrix: matrix:
include: include:
@ -23,6 +17,12 @@ matrix:
- php: 5.3.3 - php: 5.3.3
dist: precise dist: precise
env: FEDORA_VERSION="3.8.1" env: FEDORA_VERSION="3.8.1"
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
env: env:
- FEDORA_VERSION="3.5" - FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2" - FEDORA_VERSION="3.6.2"

Loading…
Cancel
Save