Skip to content

Commit

Permalink
Merge pull request #487 from wimg/feature/travis-play-nice
Browse files Browse the repository at this point in the history
Fix the travis builds for changes in the travis infrastructure
  • Loading branch information
wimg committed Jul 30, 2017
2 parents f5149a8 + dc95b35 commit e914d40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -1,5 +1,10 @@
sudo: false

dist: trusty

cache:
apt: true

language: php

php:
Expand All @@ -19,14 +24,18 @@ matrix:
include:
# PHPCS 3.x cannot be run on PHP 5.3.
- php: 5.3
dist: precise
env: PHPCS_VERSION=">=1.5.1,<2.0" COVERALLS_VERSION="~1.0"
- php: 5.3
dist: precise
env: PHPCS_VERSION=">=2.0,<3.0" LINT=1 COVERALLS_VERSION="~1.0"

# PHP 5.4 needs a different Coveralls version.
- php: 5.4
dist: precise
env: PHPCS_VERSION=">=1.5.1,<2.0" COVERALLS_VERSION="~1.0"
- php: 5.4
dist: precise
env: PHPCS_VERSION=">=2.0,<3.0" COVERALLS_VERSION="~1.0"
- php: 5.4
env: PHPCS_VERSION="dev-master" LINT=1 COVERALLS_VERSION="~1.0"
Expand All @@ -38,6 +47,10 @@ matrix:
env: PHPCS_VERSION=">=2.0,<3.0" COVERALLS_VERSION="dev-master"
- php: 7.0
env: PHPCS_VERSION=">=2.0,<3.0" SNIFF=1 COVERALLS_VERSION="dev-master"
addons:
apt:
packages:
- libxml2-utils
- php: 7.1
env: PHPCS_VERSION=">=2.0,<3.0" COVERALLS_VERSION="dev-master"

Expand Down

0 comments on commit e914d40

Please sign in to comment.